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