Show / Hide Table of Contents

Class UnsubscribeAction

The UnsubscribeAction class is used to unsubscribe from a previous subscription on the LambdaSharp App EventBus.

Inheritance
System.Object
AAction
UnsubscribeAction
Inherited Members
AAction.Action
AAction.RequestId
AAction.AcknowledgeOk()
AAction.AcknowledgeError(String)
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class UnsubscribeAction : AAction

Constructors

UnsubscribeAction()

Create new instance of UnsubscribeAction.

Declaration
public UnsubscribeAction()

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