WorkflowExtensionsBehavior Constructor

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the WorkflowExtensionsBehavior class. Initializes the WorkflowExtensionsBehavior

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

Syntax

C#
public WorkflowExtensionsBehavior(
	ConfigurationElementCollection<WorkflowExtensionConfigElement> extensionConfigElements
)
Visual Basic
Public Sub New ( _
	extensionConfigElements As ConfigurationElementCollection(Of WorkflowExtensionConfigElement) _
)
Visual C++
public:
WorkflowExtensionsBehavior(
	ConfigurationElementCollection<WorkflowExtensionConfigElement^>^ extensionConfigElements
)

Parameters

extensionConfigElements
Type: Microsoft.Activities.Extensions.ServiceModel..::..ConfigurationElementCollection<(Of <(<'WorkflowExtensionConfigElement>)>)>
The extension config elements

See Also