IStorageProvider.ReadStateAsync(String, GrainReference, IGrainState) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取此存储提供程序实例的数据函数。
public System.Threading.Tasks.Task ReadStateAsync (string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState);
abstract member ReadStateAsync : string * Orleans.Runtime.GrainReference * Orleans.IGrainState -> System.Threading.Tasks.Task
Public Function ReadStateAsync (grainType As String, grainReference As GrainReference, grainState As IGrainState) As Task
参数
- grainType
- String
此粒度的类型 [完全限定的类名]
- grainReference
- GrainReference
此粒度的粒度引用对象。
- grainState
- IGrainState
要为此粒度填充的状态数据对象。
返回
对指定粒度执行读取操作的完成承诺。