Skip to content

FaultInjectionGrainStorage.WriteStateAsync(string, GrainId, IGrainState<T>)

WriteStateAsync(string, GrainId, IGrainState<T>)

View source
public Task WriteStateAsync<T>(string grainType, GrainId grainId, IGrainState<T> grainState)
Faults if exception is provided, otherwise calls through to decorated storage provider.

Parameters

grainTypestring
grainIdGrainId
grainStateIGrainState<T>

Returns

Completion promise for the Write operation on the specified grain.