I have a program that runs the view client and does some error reporting via email. It watches the exit codes from the client to get an idea of what's going on, then emails me its hostname and IP if there's a problem. This is all done on Windows ThinPC using a C#.NET program.
Here's my question: I really don't have any way to know that the thin client has reconnected after an error unless the program exits again, which could be hours. Does anyone know of a way from the thin client side to check and see if it has connected to a View VM?