2 references to AddAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
186
return new
AddAsyncResult
(message, false, timeout, state, this, callback, asyncState);
200
return new
AddAsyncResult
(message, true, timeout, null, this, callback, state);