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