2 instantiations of CloseCollectionAsyncResult
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
273
return new
CloseCollectionAsyncResult
(timeout, callback, state, objectList);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
417
return new
CloseCollectionAsyncResult
(timeout, callback, state, list);
6 references to CloseCollectionAsyncResult
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (4)
119
AsyncResult.End<
CloseCollectionAsyncResult
>(result);
124
private
CloseCollectionAsyncResult
_result;
126
public CallbackState(
CloseCollectionAsyncResult
result, ICommunicationObject instance)
134
public
CloseCollectionAsyncResult
Result
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
278
CloseCollectionAsyncResult
.End(result);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
424
CloseCollectionAsyncResult
.End(result);