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