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