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

EndGetAttachment() public method

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