开发者

Windows Workflow Foundation equivalent of "lock"

开发者 https://www.devze.com 2022-12-28 13:57 出处:网络
I have a class that inherits from SequentialWorkflowActivity, which can be executed simultaneously in multiple threads, and I need to make sure that part of the activity is

I have a class that inherits from SequentialWorkflowActivity, which can be executed simultaneously in multiple threads, and I need to make sure that part of the activity is

  • never interrupted
  • never executed across multiple threads

开发者_高级运维How can I do this in a WWF custom activity?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号