Show / Hide Table of Contents

Class AcknowledgeAction

The AcknowledgeAction class is used to respond to a LambdaSharp App EventBus action.

Inheritance
System.Object
AAction
AcknowledgeAction
Inherited Members
AAction.Action
AAction.RequestId
AAction.AcknowledgeOk()
AAction.AcknowledgeError(String)
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

The Status property describes the outcome of the action. It's value is either

"Ok"
or
"Error"
.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX