ErrorManagerFactory Constructor

Scanjour Workflow4 Reference Manual
Constructs the factory with the configuration name that specifies the error managers and the OData service ctx providing access to the WorkZone database.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public ErrorManagerFactory(
	string configurationName,
	ODataService ctx
)

Parameters

configurationName
Type: SystemString
The name of the configuration that detemines which error handlers that will beincluded in the producted error managers.
ctx
Type: ODataService
The OData service ctx that provides access to the WorkZone database.
See Also

Reference