IProcessServiceGetDispatcherTypeParameters Method

Scanjour Workflow4 Reference Manual
Retrieves all the defined parameters for a specific dispatcher type.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

Stream GetDispatcherTypeParameters(
	string sGuid,
	string sVersion
)

Parameters

sGuid
Type: SystemString
The guid that identifies the dispatcher type.
sVersion
Type: SystemString
The version of the dispatcher type, which parameters are retrieved.

Return Value

Type: Stream
The paramaters defined for the specified dispatcher type.
See Also

Reference