WorkHandler DoHandleWork Method NFX Class Library

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

Override to handle the work - i.e. render a template page or call MVC controller method. Note: This method is re-entrant by multiple threads

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

protected abstract void DoHandleWork(
	WorkContext work
)
See Also