ClearStateAsync(string, GrainId, IGrainState<T>)
public Task ClearStateAsync<T>(string stateName, GrainId grainId, IGrainState<T> grainState)Delete / Clear data function for this storage instance.
Parameters
stateNamestring- 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.
