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

BeginDeleteUserConfiguration() public method

public BeginDeleteUserConfiguration ( DeleteUserConfigurationType DeleteUserConfiguration1, System callback, object asyncState ) : System.IAsyncResult
DeleteUserConfiguration1 DeleteUserConfigurationType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginDeleteUserConfiguration(DeleteUserConfigurationType DeleteUserConfiguration1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("DeleteUserConfiguration", new object[] {
                    DeleteUserConfiguration1}, callback, asyncState);
        }
ExchangeServiceBinding