ExternalDataExchangeService Constructors

Definition

Initializes a new instance of the ExternalDataExchangeService class.

Overloads

ExternalDataExchangeService()

Initializes a new instance of the ExternalDataExchangeService class.

public ExternalDataExchangeService ();

Examples

The following example shows how to create an instance of the ExternalDataExchangeService class. This example is from the Ordering State Machine SDK sample. For more information, see Ordering State Machine Sample.

string IWorkflowCompilerOptionsService.RootNamespace
{
    get
    {
        return string.Empty;
    }
}

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ExternalDataExchangeService(NameValueCollection)

Initializes a new instance of the ExternalDataExchangeService class.

public ExternalDataExchangeService (System.Collections.Specialized.NameValueCollection parameters);

Parameters

parameters
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.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ExternalDataExchangeService(String)

Initializes a new instance of the ExternalDataExchangeService class.

public ExternalDataExchangeService (string configSectionName);

Parameters

configSectionName
String

The name of the configuration section that contains this service's desired configuration.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ExternalDataExchangeService(ExternalDataExchangeServiceSection)

Initializes a new instance of the ExternalDataExchangeService class.

public ExternalDataExchangeService (System.Workflow.Activities.ExternalDataExchangeServiceSection settings);

Parameters

settings
ExternalDataExchangeServiceSection

The configuration section that contains settings for this service.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1