Microsoft.Activities.Extensions |
WorkflowArguments Constructor (IDictionary<(Of <(<'String, Object>)>)>) |
WorkflowArguments Class See Also Send Feedback |
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