2 references to BeginWait
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
480
return this.
BeginWait
(timeout, this.throwTimeoutByDefault, callback, state);
517
return this.
BeginWait
(timeout, false, callback, state);