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