1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
45
return new
ReplyAsyncResult
(message, this, timeout, callback, state);
6 references to ReplyAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (6)
65
ReplyAsyncResult
.End(result);
166
AsyncResult.End<
ReplyAsyncResult
>(result);
176
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;
208
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;