iControl.ManagementUserManagement.Endget_remote_console_access C# (CSharp) Method

Endget_remote_console_access() public method

public Endget_remote_console_access ( System asyncResult ) : bool
asyncResult System
return bool
        public bool Endget_remote_console_access(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
ManagementUserManagement