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

BeginUpdateFolder() public method

public BeginUpdateFolder ( UpdateFolderType UpdateFolder1, System callback, object asyncState ) : System.IAsyncResult
UpdateFolder1 UpdateFolderType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginUpdateFolder(UpdateFolderType UpdateFolder1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("UpdateFolder", new object[] {
                    UpdateFolder1}, callback, asyncState);
        }
ExchangeServiceBinding