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

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -