2 instantiations of OpenCollectionAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (1)
190
return new
OpenCollectionAsyncResult
(timeout, callback, state, collection);
System\ServiceModel\ServiceHost.cs (1)
849
return new
OpenCollectionAsyncResult
(timeout, callback, state, this.SnapshotChannelDispatchers());
7 references to OpenCollectionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
195
OpenCollectionAsyncResult
.End((
OpenCollectionAsyncResult
)result);
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
88
AsyncResult.End<
OpenCollectionAsyncResult
>(result);
94
OpenCollectionAsyncResult
result;
96
public CallbackState(
OpenCollectionAsyncResult
result, ICommunicationObject instance)
107
public
OpenCollectionAsyncResult
Result
System\ServiceModel\ServiceHost.cs (1)
981
OpenCollectionAsyncResult
.End(result);