Table of Contents

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

domain string

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Domain

Domain to clear session for. If null or empty, clears all sessions. Supports variable evaluation.

public string? Domain { get; set; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<ActionExample> GetExamples()

Returns

IEnumerable<ActionExample>

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask