3 references to AnnouncementDispatcherAsyncResult
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
153
this.announceOfflineAsyncResult = new
AnnouncementDispatcherAsyncResult
(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, false, callback, state);
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (2)
117
this.announceOnlineAsyncResult = new
AnnouncementDispatcherAsyncResult
(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, true, callback, state);
145
this.announceOnlineAsyncResult = new
AnnouncementDispatcherAsyncResult
(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, true, null, null);