WorkflowArguments Constructor (IDictionary(String, Object))

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the WorkflowArguments class. Creates an instance of WorkflowArguments

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public WorkflowArguments(
	IDictionary<string, Object> args
)
Visual Basic
Public Sub New ( _
	args As IDictionary(Of String, Object) _
)
Visual C++
public:
WorkflowArguments(
	IDictionary<String^, Object^>^ args
)

Parameters

args
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
A dictionary to pre-populate the arguments with

See Also