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