docs icon indicating copy to clipboard operation
docs copied to clipboard

Actor.StateManager IActorStateManager is accumulating changes

Open oleksandr-bilyk opened this issue 2 years ago • 0 comments

What content needs to be created or modified? https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/

Describe the solution you'd like Please explicitly specify that Actor.StateManager implements IActorStateManager class accumulates changes during an actor method execution and saves them transactionally in the end of method execution.

Where should the new material be placed? https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/

The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos

Additional context none

oleksandr-bilyk avatar Nov 24 '23 00:11 oleksandr-bilyk