7 references to CloseCollectionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
155
return new
CloseCollectionAsyncResult
(timeout, callback, state, collection);
System\ServiceModel\Channels\ChannelTracker.cs (1)
141
return new
CloseCollectionAsyncResult
(timeout, callback, state, collection);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1105
return new
CloseCollectionAsyncResult
(timeout, callback, state, activeChannels);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
284
return new
CloseCollectionAsyncResult
(timeout, callback, state, objectList);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
655
return new
CloseCollectionAsyncResult
(timeout, callback, state, list);
System\ServiceModel\ServiceHost.cs (2)
1336
result = new
CloseCollectionAsyncResult
(timeout, callback, this, listeners);
1540
result = new
CloseCollectionAsyncResult
(timeout, callback, this, channelDispatchers);