Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginCopyFolder C# (CSharp) Method

BeginCopyFolder() public method

public BeginCopyFolder ( CopyFolderType CopyFolder1, System callback, object asyncState ) : System.IAsyncResult
CopyFolder1 CopyFolderType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCopyFolder(CopyFolderType CopyFolder1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CopyFolder", new object[] {
                    CopyFolder1}, callback, asyncState);
        }
ExchangeServiceBinding