MemoryStorageWithLatency.WriteStateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write state data function for this storage provider.
public override System.Threading.Tasks.Task WriteStateAsync (string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState);
override this.WriteStateAsync : string * Orleans.Runtime.GrainReference * Orleans.IGrainState -> System.Threading.Tasks.Task
Public Overrides Function WriteStateAsync (grainType As String, grainReference As GrainReference, grainState As IGrainState) As Task
Parameters
- grainType
- String
- grainReference
- GrainReference
- grainState
- IGrainState