7 references to BeginCall
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\IteratorAsyncResult.cs (7)
35public static AsyncStep CallAsync(BeginCall begin, EndCall end) 40public static AsyncStep CallAsync(BeginCall begin, EndCall end, IAsyncCatch[] catches) 45public static AsyncStep CallParallel(BeginCall begin, EndCall end) 50public static AsyncStep CallParallel(BeginCall begin, EndCall end, IAsyncCatch[] catches) 278public AsyncStep(BeginCall begin, EndCall end, bool isParallel) 285public AsyncStep(BeginCall begin, EndCall end, bool isParallel, IAsyncCatch[] catches) 293public BeginCall Begin { get; private set; }