iControl.ManagementUserManagement.Beginchange_password C# (CSharp) Method

Beginchange_password() public method

public Beginchange_password ( string user_names, string passwords, System callback, object asyncState ) : System.IAsyncResult
user_names string
passwords string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginchange_password(string [] user_names,string [] passwords, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("change_password", new object[] {
            user_names,
            passwords}, callback, asyncState);
        }
ManagementUserManagement