https://learn.microsoft.com/en-us/dotnet/api/orleans.eventsourcing.journaledgrain-2.tentativestate?view=orleans-10.0
JournaledGrainTGrainState,TEventBase.TentativeState Property (Orleans.EventSourcing) | Microsoft...
Gets the current tentative state. Includes both confirmed and unconfirmed events.
propertyorleanseventsourcingmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/orleans.eventsourcing.journaledgrain-2.raiseconditionalevent?view=orleans-10.0
JournaledGrainTGrainState,TEventBase.RaiseConditionalEventTEvent Method (Orleans.EventSourcing)...
Raise an event conditionally. Succeeds only if there are no conflicts, that is, no other events were raised in the meantime.
methodorleanseventsourcing