5 references to Wait
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2161
this.drainEvent.
Wait
(timeout);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
789
this.closeHandle.
Wait
(timeout);
2182
this.replyHandle.
Wait
(waitTimeout);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
538
if (!this.pendingChannelEvent.
Wait
(timeout))
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1271
this.keyRenewalCompletedEvent.
Wait
(timeout);