iControl.ManagementUserManagement.Endget_remote_console_access C# (CSharp) 메소드

Endget_remote_console_access() 공개 메소드

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