iControl.ManagementSMTPConfiguration.Beginset_password C# (CSharp) Method

Beginset_password() public method

public Beginset_password ( string configs, string passwords, System callback, object asyncState ) : System.IAsyncResult
configs string
passwords string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_password(string [] configs,string [] passwords, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_password", new object[] {
            configs,
            passwords}, callback, asyncState);
        }