2 implementations of Wait
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (2)
355public CommunicationWaitResult Wait(TimeSpan timeout, bool aborting) 421public CommunicationWaitResult Wait(TimeSpan timeout, bool aborting)
1 reference to Wait
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
138result = busyWaiter.Wait(timeout, aborting);