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