1 instantiation of SendAsyncResult
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
701
result = new
SendAsyncResult
(this, operation, action, ins, oneway, timeout, callback, asyncState);
9 references to SendAsyncResult
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ServiceChannel.cs (9)
692
SendAsyncResult
result;
784
SendAsyncResult
sendResult = result as
SendAsyncResult
;
808
SendAsyncResult
.End(sendResult);
1736
((
SendAsyncResult
)result.AsyncState).FinishEnsureInteractiveInit(result, false);
1800
((
SendAsyncResult
)result.AsyncState).FinishEnsureOpen(result, false);
1884
((
SendAsyncResult
)result.AsyncState).FinishSend(result, false);
1932
public static void End(
SendAsyncResult
result)
1936
AsyncResult.End<
SendAsyncResult
>(result);