3 references to FindCompleted
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
989
this.
FindCompleted
== null)
1002
EventHandler<FindCompletedEventArgs> handler = this.
FindCompleted
;
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
323
this.discoveryClient.
FindCompleted
+= new EventHandler<FindCompletedEventArgs>(OnFindCompleted);