[This is preliminary documentation and is subject to change.]
Indicates whether the work context is logically finished and its nested processing (i.e. through Filters/Handlers) should stop.
For example, when some filter detects a special condition (judging by the request) and generates the response
and needs to abort the work request so it does no get filtered/processed anymore, it can set this property to true.
This mechanism performs much better than throwing exceptions
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Property Value
Type:
See Also