3 references to WaitAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
189
result = new
WaitAsyncResult
(timeout, true, callback, state);
491
WaitAsyncResult result = new
WaitAsyncResult
(timeout, throwTimeoutException, callback, state);
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
852
:
base
(timeout, true, callback, asyncState)