TransactionalStateAttribute(string, string?)
public TransactionalStateAttribute(string stateName, string? storageName = null) Initializes a new instance of the
TransactionalStateAttribute class. Parameters
stateNamestring- The transactional state name.
storageNamestring?- The name of the storage provider used for the transactional state.
