public static bool IsRDPSessionsOk() { try { var eol = new EOLWTSCOM.WTSCOM(); eol.GetUserInfo(); return(true); } catch (Exception) { return(false); } }
public static bool IsRDPSessionsOk() { try { var eol = new EOLWTSCOM.WTSCOM(); eol.GetUserInfo(); return true; } catch (Exception) { return false; } }