1 type derived from AsyncResult
System.ServiceModel.Federation (1)
System\Runtime\OperationWithTimeoutAsyncResult.cs (1)
14internal class OperationWithTimeoutAsyncResult : AsyncResult
7 references to AsyncResult
System.ServiceModel.Federation (7)
System\Runtime\OperationWithTimeoutAsyncResult.cs (7)
111protected Action<AsyncResult, Exception> OnCompleting { get; set; } 216AsyncResult thisPtr = (AsyncResult)result.AsyncState; 276if (AsyncResult.s_asyncCompletionWrapperCallback == null) 278AsyncResult.s_asyncCompletionWrapperCallback = new AsyncCallback(AsyncCompletionWrapperCallback); 280return AsyncResult.s_asyncCompletionWrapperCallback; 355where TAsyncResult : AsyncResult