1 implementation of WaitAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
323
public async Task<CommunicationWaitResult>
WaitAsync
(TimeSpan timeout, bool aborting)
1 reference to WaitAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
119
result = await busyWaiter.
WaitAsync
(timeout, aborting);