iControl.ManagementUserManagement.Beginset_remote_console_access C# (CSharp) Метод

Beginset_remote_console_access() публичный Метод

public Beginset_remote_console_access ( bool enabled, System callback, object asyncState ) : System.IAsyncResult
enabled bool
callback System
asyncState object
Результат 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