IntegrationTestBaseDispatchParameters Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

Namespace:  Scanjour.Workflow4.TestFramework
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Dictionary<string, string> DispatchParameters(
	string remotePrintTypeId,
	string printTypeName,
	string printTypeId,
	string materialId = "1"
)

Parameters

remotePrintTypeId
Type: SystemString

[Missing <param name="remotePrintTypeId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

printTypeName
Type: SystemString

[Missing <param name="printTypeName"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

printTypeId
Type: SystemString

[Missing <param name="printTypeId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

materialId (Optional)
Type: SystemString

[Missing <param name="materialId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

Return Value

Type: DictionaryString, String

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DispatchParameters(System.String,System.String,System.String,System.String)"]

See Also

Reference