2 references to CancelAsync
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
777
this.cancelTaskCallbackDelegate = Fx.ThunkCallback(new Action<object>(this.
CancelAsync
));
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
376
this.discoveryClient.
CancelAsync
(this);