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