2 instantiations of 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);
8 references to AddAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableOutputConnection.cs (8)
191
return
AddAsyncResult
.End(result);
224
AddAsyncResult
.End(result);
682
AddAsyncResult
addResult = (
AddAsyncResult
)result.AsyncState;
794
AddAsyncResult
addResult = (
AddAsyncResult
)result.AsyncState;
816
AsyncResult.End<
AddAsyncResult
>(result);
817
return ((
AddAsyncResult
)result).validAdd;