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

BeginUpdateUserConfiguration() public method

public BeginUpdateUserConfiguration ( UpdateUserConfigurationType UpdateUserConfiguration1, System callback, object asyncState ) : System.IAsyncResult
UpdateUserConfiguration1 UpdateUserConfigurationType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginUpdateUserConfiguration(UpdateUserConfigurationType UpdateUserConfiguration1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("UpdateUserConfiguration", new object[] {
                    UpdateUserConfiguration1}, callback, asyncState);
        }
ExchangeServiceBinding