Show / Hide Table of Contents

Class ARuleAction

The abstract ARuleAction class is used by LambdaSharp App EventBus actions that reference a subscription.

Inheritance
System.Object
AnAction
ARuleAction
AcknowledgeAction
SubscribeAction
UnsubscribeAction
Inherited Members
AnAction.Action
AnAction.RequestId
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public abstract class ARuleAction : AnAction

Properties

Rule

The Rule property holds the subscription rule name.

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