Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndCreateAttachment C# (CSharp) 메소드

EndCreateAttachment() 공개 메소드

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