Class ClearSessionAction
- Namespace
- Fluxzy.Rules.Actions.HighLevelActions
- Assembly
- Fluxzy.Core.dll
Clears stored session data for a domain or all domains.
[ActionMetadata("Clear stored session data for a specific domain or all domains.")]
public class ClearSessionAction : Action
- Inheritance
-
ClearSessionAction
- Inherited Members
Constructors
ClearSessionAction()
public ClearSessionAction()
ClearSessionAction(string?)
public ClearSessionAction(string? domain)
Parameters
domainstring
Properties
ActionScope
public override FilterScope ActionScope { get; }
Property Value
DefaultDescription
public override string DefaultDescription { get; }
Property Value
Domain
Domain to clear session for. If null or empty, clears all sessions. Supports variable evaluation.
public string? Domain { get; set; }
Property Value
Methods
GetExamples()
public override IEnumerable<ActionExample> GetExamples()
Returns
InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)
Parameters
contextExchangeContextexchangeExchangeconnectionConnectionscopeFilterScopebreakPointManagerBreakPointManager