Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndCreateAttachment C# (CSharp) Méthode

EndCreateAttachment() public méthode

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