Class AcknowledgeAction
The Acknowledge
Inherited Members
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class AcknowledgeAction : AAction
Constructors
AcknowledgeAction()
Create new instance of Acknowledge
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. |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |