Implemented interface member:
method
WaitAsync
System.ServiceModel.Channels.ICommunicationWaiter.WaitAsync(System.TimeSpan, System.Boolean)
1 reference to WaitAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceChannelManager.cs (1)
119CommunicationWaitResult result = await activityWaiter.WaitAsync(timeout, false);