35 StringBuilder sb =
new();
39 sb.Append(await base.GetDescription());
A strongly-typed resource class, for looking up localized strings, etc.
static string VariablesUpdated
Looks up a localized string similar to Variables Updated.
Contains information about a change in internal variables of a state-machine associated with a token.
override async Task< string > GetDescription()
Gets a descriptive text for the event.
StateMachineVariablesUpdatedNotificationEvent()
Contains information about a change in internal variables of a state-machine associated with a token.
StateMachineVariablesUpdatedNotificationEvent(VariablesUpdatedEventArgs e)
Contains information about a change in internal variables of a state-machine associated with a token.
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 variables of a state-machine has changed.