Hi,
I would like to be able to get the current number of renders of my WorkspaceCollection programmatically (in order to, say, display it on my website for my users to know how much they used the tool, or to set up alerts that warn me if the number exceeds a threshold, something that would be caused by a bug in my code causing unwanted renders).
I'm talking about this number :
that you can see through the Azure Portal.
I found this :
https://msdn.microsoft.com/en-us/library/azure/mt711489.aspx
but it doesn't give the infromation I want.