MemoryGrainStorageWithLatency.WriteStateAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WriteStateAsync(String, GrainReference, IGrainState) |
为此存储提供程序写入状态数据函数。 |
WriteStateAsync<T>(String, GrainId, IGrainState<T>) |
为此存储提供程序写入状态数据函数。 |
WriteStateAsync(String, GrainReference, IGrainState)
- Source:
- MemoryStorageWithLatency.cs
为此存储提供程序写入状态数据函数。
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
override this.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
返回
实现
适用于
WriteStateAsync<T>(String, GrainId, IGrainState<T>)
- Source:
- MemoryStorageWithLatency.cs
- Source:
- MemoryStorageWithLatency.cs
- Source:
- MemoryStorageWithLatency.cs
- Source:
- MemoryStorageWithLatency.cs
为此存储提供程序写入状态数据函数。
public System.Threading.Tasks.Task WriteStateAsync<T> (string grainType, Orleans.Runtime.GrainId grainId, Orleans.IGrainState<T> grainState);
abstract member WriteStateAsync : string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> -> System.Threading.Tasks.Task
override this.WriteStateAsync : string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> -> System.Threading.Tasks.Task
Public Function WriteStateAsync(Of T) (grainType As String, grainId As GrainId, grainState As IGrainState(Of T)) As Task
类型参数
- T
参数
- grainType
- String
- grainId
- GrainId
- grainState
- IGrainState<T>