WorkDispatcher RegisterFilter Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Registers filter and returns true if the named instance has not been registered yet Note: it is possible to call this method on active server that is - inject filters while serving requests

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool RegisterFilter(
	WorkFilter filter
)

Return Value

Type: OnlineBoolean
See Also