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