System.ServiceModel.OpenCollectionAsyncResult
namespace System.ServiceModel
{
internal class OpenCollectionAsyncResult : AsyncResult
{
public OpenCollectionAsyncResult(TimeSpan timeout, AsyncCallback otherCallback, object state, IList<ICommunicationObject> collection);
public static void End(IAsyncResult result);
}
}