Class AAction
The abstract AAction class is the used by all LambdaSharp App EventBus actions.
Inheritance
System.Object
AAction
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public abstract class AAction
Properties
Action
The Action property holds the name of the action.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System. |
RequestId
The Request
Declaration
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
AcknowledgeError(String)
The Acknowledge
Declaration
public AcknowledgeAction AcknowledgeError(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message |
Returns
Type | Description |
---|---|
Acknowledge |
AcknowledgeOk()
The Acknowledge
Declaration
public AcknowledgeAction AcknowledgeOk()
Returns
Type | Description |
---|---|
Acknowledge |