- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用StatefulService
与 IReliableDictionary
.
目前,我调用StateManager.GetOrAddAsync<IReliableDictionary>
我到处都需要这本词典。
最好的做法是只调用一次 StateManager.GetOrAddAsync<IReliableDictionary>
在 OnOpenAsync
方法StatefulService
并将返回值存储在成员中?
最佳答案
这并不重要。 I've asked it给产品团队得到了这样的回复:
You can cache the result of GetOrAddAsync locally but it doesn't matter since the statemanager does that for you automatically. Some folks think it's easier to keep a local, but I never do because now you have some lifecycle things to deal with (you have a ref to the thing not protected by state manger acquisition locks so you can see some different exceptions, but nothing you wouldn't have to deal with anyway).
我插入的斜体文本。
关于azure - 在 OnOpenAsync 方法中调用 GetOrAddAsync,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53882586/
我使用StatefulService与 IReliableDictionary . 目前,我调用StateManager.GetOrAddAsync我到处都需要这本词典。 最好的做法是只调用一次 St
我使用StatefulService与 IReliableDictionary . 目前,我调用StateManager.GetOrAddAsync我到处都需要这本词典。 最好的做法是只调用一次 St
我是一名优秀的程序员,十分优秀!