ActivityRunResult Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the ActivityRunResult class

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 ActivityRunResult(
	Guid instance,
	IDictionary<string, Object> output
)

Parameters

instance
Type: SystemGuid

[Missing <param name="instance"/> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityRunResult.#ctor(System.Guid,System.Collections.Generic.IDictionary{System.String,System.Object})"]

output
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="output"/> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityRunResult.#ctor(System.Guid,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also

Reference