IWorkItem TContext  PerformWork Method NFX Class Library

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

Invoked on an item to perform actual work. For example: repaint grid from changed data source, refresh file, send email etc...

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

void PerformWork(
	TContext context
)

Parameters

context
Type: TContext
See Also