41 StringBuilder sb =
new();
45 sb.Append(await base.GetDescription());
A strongly-typed resource class, for looking up localized strings, etc.
static string StateChangedTo
Looks up a localized string similar to State changed to {0}.
Contains information about a change in a state-machine associated with a token.
StateMachineNewStateNotificationEvent()
Contains information about a change in a state-machine associated with a token.
override async Task< string > GetDescription()
Gets a descriptive text for the event.
StateMachineNewStateNotificationEvent(NewStateEventArgs e)
Contains information about a change in a state-machine associated with a token.
string? NewState
New state of state-machine.
Abstract base class for token notification events.
Base class that references services in the app.
static IReportingStringLocalizer Localizer
Localization service
Event arguments events when the current state of a state-machine has changed.