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
processIdint
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
FilterScope
The scope of this filter
public override FilterScope FilterScope { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
ProcessId
public int ProcessId { get; set; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)
protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)
Parameters
exchangeContextExchangeContextauthorityIAuthorityexchangeIExchangefilteringContextIFilteringContext