1 instantiation of SendAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
706
result = new
SendAsyncResult
(this, operation, action, ins, oneway, timeout, callback, asyncState);
9 references to SendAsyncResult
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (9)
697
SendAsyncResult
result;
789
SendAsyncResult
sendResult = result as
SendAsyncResult
;
807
SendAsyncResult
.End(sendResult);
1699
((
SendAsyncResult
)result.AsyncState).FinishEnsureInteractiveInit(result, false);
1763
((
SendAsyncResult
)result.AsyncState).FinishEnsureOpen(result, false);
1847
((
SendAsyncResult
)result.AsyncState).FinishSend(result, false);
1895
public static void End(
SendAsyncResult
result)
1899
AsyncResult.End<
SendAsyncResult
>(result);