Click or drag to resize

ProcessContext(String, String, String) Constructor

Initializes a new instance of the ProcessContext class.

Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ProcessContext(
	string register,
	string systemKey,
	string tags
)

Parameters

register  String
The register.
systemKey  String
The system key.
tags  String
The string containing tags separated by comma.
See Also