2 implementations of ICommunicationWaiter
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (2)
290class CloseCommunicationAsyncResult : AsyncResult, ICommunicationWaiter 382internal class SyncCommunicationWaiter : ICommunicationWaiter
6 references to ICommunicationWaiter
System.ServiceModel (6)
System\ServiceModel\Channels\LifetimeManager.cs (3)
24ICommunicationWaiter busyWaiter; 114ICommunicationWaiter busyWaiter = null; 151ICommunicationWaiter busyWaiter = null;
System\ServiceModel\ServiceChannelManager.cs (3)
17ICommunicationWaiter activityWaiter; 202ICommunicationWaiter activityWaiter = null; 290ICommunicationWaiter activityWaiter = null;