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

BeginCopyItem() public méthode

public BeginCopyItem ( CopyItemType CopyItem1, System callback, object asyncState ) : System.IAsyncResult
CopyItem1 CopyItemType
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginCopyItem(CopyItemType CopyItem1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CopyItem", new object[] {
                    CopyItem1}, callback, asyncState);
        }
ExchangeServiceBinding