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

EndGetAttachment() public méthode

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