Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndDeleteAttachment C# (CSharp) Метод

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

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