WorkDispatcher UnRegisterFilter Method NFX Class Library

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

Unregisters filter and returns true if the named instance has been removed Note: it is possible to call this method on active server that is - remove 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 UnRegisterFilter(
	WorkFilter filter
)

Return Value

Type: OnlineBoolean
See Also