1 write to announceOfflineAsyncResult
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\OfflineAnnouncementChannelDispatcher.cs (1)
153
this.
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)
140
if (this.
announceOfflineAsyncResult
!= null)
142
this.
announceOfflineAsyncResult
.Cancel();
157
this.
announceOfflineAsyncResult
.Cancel();
161
this.
announceOfflineAsyncResult
.Start(timeout, true);
163
return this.
announceOfflineAsyncResult
;