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