c# - Identifying which Azure WorkRole Instance is executing the Queue? -


i working on azure worker roles. have worker role scaled 5 instance. want identify instance processed queue item. know, can use roleenvironment.roles list of instances not sure how actual instance.

thanks in advance.

you looking

roleenvironment.currentroleinstance.role.name 

Comments

Popular posts from this blog

jquery - ReferenceError: CKEDITOR is not defined -

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

java - Android – MapFragment overlay button shadow, just like MyLocation button -