iControl.ManagementUserManagement.Beginset_login_shell C# (CSharp) Method

Beginset_login_shell() public method

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