Page 1 of 1

(C#) How to know when a cluster finished Start()

Posted: 07 Jan 2019, 16:23
by zoidberg
Hi Karol,

when I`m starting a cluster in a C# programm by calling the Start() method, is there a ClusterState or indicator that the start process was finished? Currently I`m listening to the ClusterState changed event. So first status will be ErrorOffline. If Ventuz isn`t running because it`s still starting the next status is ErrorDisconnected and after some seconds it is reporting Ok.

I know that this ClusterState changed event will be fired whenever something is happen, but is there any idicator that the cluster has finished his startup process?

Thanks,
Anton

Re: (C#) How to know when a cluster finished Start()

Posted: 08 Jan 2019, 10:37
by Karol
Hi Anton,

you should take a look at the Remoting 4 demos: viewtopic.php?f=14&t=3407

Best Regards
Karol