Class UnsubscribeAction
The Unsubscribe
Inherited Members
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class UnsubscribeAction : AAction
Constructors
UnsubscribeAction()
Create new instance of Unsubscribe
Declaration
public UnsubscribeAction()
Properties
Rule
The Rule property holds the subscription rule name.
Declaration
public string Rule { get; set; }
Property Value
Type | Description |
---|---|
System. |