iControl.ManagementUserManagement.Beginset_remote_console_access C# (CSharp) Method

Beginset_remote_console_access() public method

public Beginset_remote_console_access ( bool enabled, System callback, object asyncState ) : System.IAsyncResult
enabled bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_console_access(bool enabled, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_console_access", new object[] {
            enabled}, callback, asyncState);
        }
ManagementUserManagement