Skip to content

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

ReadStateAsync(string, GrainId, IGrainState<T>)

View source
public Task ReadStateAsync<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 Read operation on the specified grain.