Class AcknowledgeAction
The AcknowledgeAction class is used to respond to a LambdaSharp App EventBus action.
Inherited Members
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class AcknowledgeAction : AAction
Constructors
AcknowledgeAction()
Create new instance of AcknowledgeAction.
Declaration
public AcknowledgeAction()
Properties
Message
The Message property optionally includes a message describing why the status was not successful.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |