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