Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginGetAttachment C# (CSharp) Метод

BeginGetAttachment() публичный Метод

public BeginGetAttachment ( GetAttachmentType GetAttachment1, System callback, object asyncState ) : System.IAsyncResult
GetAttachment1 GetAttachmentType
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult BeginGetAttachment(GetAttachmentType GetAttachment1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetAttachment", new object[] {
                    GetAttachment1}, callback, asyncState);
        }
ExchangeServiceBinding