Hi
I would like to check the status of other instances from the current instance (busy/ready). I know that for the current instance I can listen to the RoleEnvironment.StausCheck event. But what about other instances? Do I need to implement a webservie/wcf service to get this information from other instances? I could work through the azure cache as well, where each roleinstaance places it's current status.
It is just odd to me that with the current api it seems only to be possible to access the status of the current instance and I wanted to make sure that it works that way before I implement a workaround.
Thanks,
Marc