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