1 instantiation of AsyncOperationContext
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
824
AsyncOperationContext context = new
AsyncOperationContext
(asyncOperation, endOperationDelegate, operationCompletedCallback);
4 references to AsyncOperationContext
System.ServiceModel.Primitives (4)
System\ServiceModel\ClientBase.cs (4)
824
AsyncOperationContext
context = new AsyncOperationContext(asyncOperation, endOperationDelegate, operationCompletedCallback);
859
AsyncOperationContext
context = (
AsyncOperationContext
)result.AsyncState;
879
private static void CompleteAsyncCall(
AsyncOperationContext
context, object[] results, Exception error)