Click or drag to resize

ActivityRunResult Constructor

Initializes a new instance of the ActivityRunResult class

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

Parameters

instance  Guid

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

output  IDictionaryString, 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