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