1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
764
result = new
SendAsyncResult
(this, operation, action, ins, oneway, timeout, callback, asyncState);
9 references to SendAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\ServiceChannel.cs (9)
755
SendAsyncResult
result;
847
SendAsyncResult
sendResult = result as
SendAsyncResult
;
865
SendAsyncResult
.End(sendResult);
1938
((
SendAsyncResult
)result.AsyncState).FinishEnsureInteractiveInit(result, false);
2002
((
SendAsyncResult
)result.AsyncState).FinishEnsureOpen(result, false);
2086
((
SendAsyncResult
)result.AsyncState).FinishSend(result, false);
2134
public static void End(
SendAsyncResult
result)
2138
AsyncResult.End<
SendAsyncResult
>(result);