Skip to content

DynamoDBTransactionalStateStorageFactory.Create(string, IGrainContext)

Create(string, IGrainContext)

View source
public ITransactionalStateStorage<TState> Create<TState>(string stateName, IGrainContext context)
Creates storage for the specified transactional state.

Parameters

stateNamestring
The transactional state name.
contextIGrainContext
The grain context which owns the state.

Returns

The transactional state storage instance.