Microsoft.Protocols.TestSuites.Common.ListsSoap.EndGetAttachmentCollection C# (CSharp) Метод

EndGetAttachmentCollection() публичный Метод

public EndGetAttachmentCollection ( System asyncResult ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
asyncResult System
Результат GetAttachmentCollectionResponseGetAttachmentCollectionResult
        public GetAttachmentCollectionResponseGetAttachmentCollectionResult EndGetAttachmentCollection(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetAttachmentCollectionResponseGetAttachmentCollectionResult)(results[0]));
        }
ListsSoap