1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
510return new SendAsyncResult(this, message, timeout, callback, state);
6 references to SendAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelFactory.cs (6)
515SendAsyncResult.End(result); 705AsyncResult.End<SendAsyncResult>(result); 757SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState; 792SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState;