WriteStateAsync(string, GrainId, IGrainState<T>)
public Task WriteStateAsync<T>(string grainType, GrainId grainId, IGrainState<T> grainState)Faults if exception is provided, otherwise calls through to decorated storage provider.
Parameters
grainTypestringgrainIdGrainIdgrainStateIGrainState<T>
Returns
Completion promise for the Write operation on the specified grain.
