3 references to SnapshotChannelDispatchers
System.ServiceModel (3)
System\ServiceModel\ServiceHost.cs (3)
849
return new OpenCollectionAsyncResult(timeout, callback, state, this.
SnapshotChannelDispatchers
());
1118
foreach (ICommunicationObject channelDispatcher in this.
SnapshotChannelDispatchers
())
1533
IList<ICommunicationObject> channelDispatchers = this.serviceHost.
SnapshotChannelDispatchers
();