Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndDeleteAttachment C# (CSharp) Method

EndDeleteAttachment() public method

public EndDeleteAttachment ( System asyncResult ) : DeleteAttachmentResponseType
asyncResult System
return DeleteAttachmentResponseType
        public DeleteAttachmentResponseType EndDeleteAttachment(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((DeleteAttachmentResponseType)(results[0]));
        }
ExchangeServiceBinding