1 instantiation of DiscoveryChannelBuilderAsyncResult
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
88return new DiscoveryChannelBuilderAsyncResult(
15 references to DiscoveryChannelBuilderAsyncResult
System.ServiceModel.Discovery (15)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (15)
97this.innerChannel = DiscoveryChannelBuilderAsyncResult.End(result); 436sealed class DiscoveryChannelBuilderAsyncResult : IteratorAsyncResult<DiscoveryChannelBuilderAsyncResult> 459DiscoveryChannelBuilderAsyncResult thisPtr = AsyncResult.End<DiscoveryChannelBuilderAsyncResult>(result); 471yield return DiscoveryChannelBuilderAsyncResult.GetDequeueStep(); 500yield return DiscoveryChannelBuilderAsyncResult.GetOpenStep(); 524dequeueStep = DiscoveryChannelBuilderAsyncResult.CallAsync( 529new DiscoveryChannelBuilderAsyncResult.AsyncCatch<TimeoutException>(HandleTimeoutException) 540openStep = DiscoveryChannelBuilderAsyncResult.CallAsync( 545new DiscoveryChannelBuilderAsyncResult.AsyncCatch<TimeoutException>(HandleTimeoutException), 546new DiscoveryChannelBuilderAsyncResult.AsyncCatch<CommunicationException>(HandleCommunicationException), 547new DiscoveryChannelBuilderAsyncResult.AsyncCatch<Exception>(HandleException) 554static Exception HandleTimeoutException(DiscoveryChannelBuilderAsyncResult thisPtr, TimeoutException e) 565static Exception HandleException(DiscoveryChannelBuilderAsyncResult thisPtr, Exception e) 576static Exception HandleCommunicationException(DiscoveryChannelBuilderAsyncResult thisPtr, CommunicationException e)