Click or drag to resize

WorkflowTestBaseWaitForTimerHandled Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.WaitForTimerHandled(System.Guid,System.Int32,System.Int32)"]


Namespace: Scanjour.Workflow4.TestFramework
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
protected static void WaitForTimerHandled(
	Guid instance,
	int expectedSeconds,
	int maxSeconds
)

Parameters

instance  Guid

[Missing <param name="instance"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.WaitForTimerHandled(System.Guid,System.Int32,System.Int32)"]

expectedSeconds  Int32

[Missing <param name="expectedSeconds"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.WaitForTimerHandled(System.Guid,System.Int32,System.Int32)"]

maxSeconds  Int32

[Missing <param name="maxSeconds"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.WaitForTimerHandled(System.Guid,System.Int32,System.Int32)"]

See Also