WorkflowTestBasePrepareWorkflowHost Method

Scanjour Workflow4 Reference Manual

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

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

protected static WorkflowHost PrepareWorkflowHost(
	string serverNamePostfix,
	uint maxTimerMilliseconds = 2147483646,
	uint watchInterval = 60,
	uint watchDelay = 30
)

Parameters

serverNamePostfix
Type: SystemString

[Missing <param name="serverNamePostfix"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.PrepareWorkflowHost(System.String,System.UInt32,System.UInt32,System.UInt32)"]

maxTimerMilliseconds (Optional)
Type: SystemUInt32

[Missing <param name="maxTimerMilliseconds"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.PrepareWorkflowHost(System.String,System.UInt32,System.UInt32,System.UInt32)"]

watchInterval (Optional)
Type: SystemUInt32

[Missing <param name="watchInterval"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.PrepareWorkflowHost(System.String,System.UInt32,System.UInt32,System.UInt32)"]

watchDelay (Optional)
Type: SystemUInt32

[Missing <param name="watchDelay"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.PrepareWorkflowHost(System.String,System.UInt32,System.UInt32,System.UInt32)"]

Return Value

Type: WorkflowHost

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

See Also

Reference