3 references to Result
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
399
return ((FindCompletedEventArgs)syncOperationState.EventArgs).
Result
;
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
296
this.totalDiscoveredEndpoints == e.
Result
.Endpoints.Count)
304
this.totalExpectedEndpoints = e.
Result
.Endpoints.Count;