10 references to WaitAsync
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
724await _closeOutputWaitObject.WaitAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1682await _drainEvent.WaitAsync(timeout);
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
223await _shutdownWaitObject.WaitAsync(timeoutHelper.RemainingTime()); 224await _terminateWaitObject.WaitAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
578await _closeHandle.WaitAsync(timeout); 966await abortHandle.WaitAsync(iterationTimeoutHelper.RemainingTime()); 1162await replyHandle.WaitAsync(waitTimeout);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
121await _shutdownHandle.WaitAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
675return shutdownHandle.WaitAsync(timeoutHelper.RemainingTime());
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1043await _keyRenewalCompletedEvent.WaitAsync(timeout);