Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

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

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
zoidberg
Posts: 10
Joined: 22 Jan 2013, 11:14

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

Post by zoidberg » 07 Jan 2019, 16:23

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

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

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

Post by Karol » 08 Jan 2019, 10:37

Hi Anton,

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

Best Regards
Karol

Post Reply