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

EndCreateAttachment() public method

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