2 implementations of Wait
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
334
public CommunicationWaitResult
Wait
(TimeSpan timeout, bool aborting)
400
public CommunicationWaitResult
Wait
(TimeSpan timeout, bool aborting)
1 reference to Wait
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
118
result = busyWaiter.
Wait
(timeout, aborting);