ClearStateAsync(string, GrainId, IGrainState<T>)
public Task ClearStateAsync<T>(string grainType, GrainId grainId, IGrainState<T> grainState)Delete / Clear data function for this storage instance.
Parameters
grainTypestring- Name of the state for this grain
grainIdGrainId- Grain ID
grainStateIGrainState<T>- Copy of last-known state data object for this grain.
Returns
Completion promise for the Delete operation on the specified grain.
