1 write to announceOfflineAsyncResult
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
153this.announceOfflineAsyncResult = new AnnouncementDispatcherAsyncResult(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, false, callback, state);
5 references to announceOfflineAsyncResult
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (5)
140if (this.announceOfflineAsyncResult != null) 142this.announceOfflineAsyncResult.Cancel(); 157this.announceOfflineAsyncResult.Cancel(); 161this.announceOfflineAsyncResult.Start(timeout, true); 163return this.announceOfflineAsyncResult;