2 instantiations of AddAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
186return new AddAsyncResult(message, false, timeout, state, this, callback, asyncState); 200return new AddAsyncResult(message, true, timeout, null, this, callback, state);
8 references to AddAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableOutputConnection.cs (8)
191return AddAsyncResult.End(result); 224AddAsyncResult.End(result); 682AddAsyncResult addResult = (AddAsyncResult)result.AsyncState; 794AddAsyncResult addResult = (AddAsyncResult)result.AsyncState; 816AsyncResult.End<AddAsyncResult>(result); 817return ((AddAsyncResult)result).validAdd;