ProcessContext(String, String, String) Constructor |
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ProcessContext(
string register,
string systemKey,
string tags
)
Public Sub New (
register As String,
systemKey As String,
tags As String
)
public:
ProcessContext(
String^ register,
String^ systemKey,
String^ tags
)
new :
register : string *
systemKey : string *
tags : string -> ProcessContext
Parameters
- register String
- The register.
- systemKey String
- The system key.
- tags String
- The string containing tags separated by comma.
See Also