Show / Hide Table of Contents

Class AnAction

The abstract AnAction class is the used by all LambdaSharp App EventBus actions.

Inheritance
System.Object
AnAction
ARuleAction
EventAction
HelloAction
KeepAliveAction
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
In This Article
Back to top Generated by DocFX