1 implementation of IAsyncCatch
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\IteratorAsyncResult.cs (1)
305public class AsyncCatch<TException> : IAsyncCatch
6 references to IAsyncCatch
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
527new IAsyncCatch[] 543new IAsyncCatch[]
System\ServiceModel\Discovery\IteratorAsyncResult.cs (4)
40public static AsyncStep CallAsync(BeginCall begin, EndCall end, IAsyncCatch[] catches) 50public static AsyncStep CallParallel(BeginCall begin, EndCall end, IAsyncCatch[] catches) 285public AsyncStep(BeginCall begin, EndCall end, bool isParallel, IAsyncCatch[] catches) 291public IAsyncCatch[] Catches { get; private set; }