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

EndDeleteAttachment() public méthode

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