Dynamics CRM 2016 Plugin Global Variables [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago . I am simply incrementing a static global variable in a Dynamics CRM 2016 plugin and it shows strange random pattern as shown below. Why does it show strange behavior and pattern? Below is the code I am using. public class MyPlugin : IPlugin { private static int count = 0; public void Execute