Class AnAction
The abstract AnAction class is the used by all LambdaSharp App EventBus actions.
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public abstract class AnAction
Properties
Action
The Action property holds the name of the action.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestId
The RequestId property holds a unique identifier used to reference the action in an acknowledgment.
Declaration
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
System.String |