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