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

BeginDeleteAttachment() public méthode

public BeginDeleteAttachment ( DeleteAttachmentType DeleteAttachment1, System callback, object asyncState ) : System.IAsyncResult
DeleteAttachment1 DeleteAttachmentType
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginDeleteAttachment(DeleteAttachmentType DeleteAttachment1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("DeleteAttachment", new object[] {
                    DeleteAttachment1}, callback, asyncState);
        }
ExchangeServiceBinding