CompositeHandler UnRegisterHandler Method NFX Class Library

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

Unregisters handler and returns true if the named instance has been removed Note: it is possible to call this method on active server that is - remove handlers while serving requests

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

public bool UnRegisterHandler(
	WorkHandler handler
)

Return Value

Type: OnlineBoolean
See Also