Table of Contents

Class ProcessIdFilter

Namespace
Fluxzy.Rules.Filters.RequestFilters
Assembly
Fluxzy.Core.dll

Select exchanges initiated by a process with the specified process ID.

[FilterMetaData(null, LongDescription = "Select exchanges initiated by a process with the specified process ID. Process tracking must be enabled and the connection must originate from localhost.")]
public class ProcessIdFilter : Filter
Inheritance
ProcessIdFilter
Inherited Members
Extension Methods

Constructors

ProcessIdFilter()

public ProcessIdFilter()

ProcessIdFilter(int)

public ProcessIdFilter(int processId)

Parameters

processId int

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

The scope of this filter

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

ProcessId

public int ProcessId { get; set; }

Property Value

int

ShortName

public override string ShortName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)

protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange
filteringContext IFilteringContext

Returns

bool