ExternalDataExchangeService Constructor (NameValueCollection^)

 

Initializes a new instance of the ExternalDataExchangeService class.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
ExternalDataExchangeService(
	NameValueCollection^ parameters
)

Parameters

parameters
Type: System.Collections.Specialized::NameValueCollection^

A collection of parameters used to configure the service. The allowed values are an empty collection or a collection that contains only the ConfigurationSection key.

.NET Framework
Available since 3.0
Return to top
Show: