ExternalDataExchangeService Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da ExternalDataExchangeService classe.
Sobrecargas
| Name | Description |
|---|---|
| ExternalDataExchangeService() |
Inicializa uma nova instância da ExternalDataExchangeService classe. |
| ExternalDataExchangeService(NameValueCollection) |
Inicializa uma nova instância da ExternalDataExchangeService classe. |
| ExternalDataExchangeService(String) |
Inicializa uma nova instância da ExternalDataExchangeService classe. |
| ExternalDataExchangeService(ExternalDataExchangeServiceSection) |
Inicializa uma nova instância da ExternalDataExchangeService classe. |
ExternalDataExchangeService()
Inicializa uma nova instância da ExternalDataExchangeService classe.
public:
ExternalDataExchangeService();
public ExternalDataExchangeService();
Public Sub New ()
Aplica-se a
ExternalDataExchangeService(NameValueCollection)
Inicializa uma nova instância da ExternalDataExchangeService classe.
public:
ExternalDataExchangeService(System::Collections::Specialized::NameValueCollection ^ parameters);
public ExternalDataExchangeService(System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Activities.ExternalDataExchangeService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Activities.ExternalDataExchangeService
Public Sub New (parameters As NameValueCollection)
Parâmetros
- parameters
- NameValueCollection
Um conjunto de parâmetros usados para configurar o serviço. Os valores permitidos são uma coleção vazia ou uma coleção que contém apenas a ConfigurationSection chave.
Aplica-se a
ExternalDataExchangeService(String)
Inicializa uma nova instância da ExternalDataExchangeService classe.
public:
ExternalDataExchangeService(System::String ^ configSectionName);
public ExternalDataExchangeService(string configSectionName);
new System.Workflow.Activities.ExternalDataExchangeService : string -> System.Workflow.Activities.ExternalDataExchangeService
Public Sub New (configSectionName As String)
Parâmetros
- configSectionName
- String
O nome da secção de configuração que contém a configuração desejada deste serviço.
Aplica-se a
ExternalDataExchangeService(ExternalDataExchangeServiceSection)
Inicializa uma nova instância da ExternalDataExchangeService classe.
public:
ExternalDataExchangeService(System::Workflow::Activities::ExternalDataExchangeServiceSection ^ settings);
public ExternalDataExchangeService(System.Workflow.Activities.ExternalDataExchangeServiceSection settings);
new System.Workflow.Activities.ExternalDataExchangeService : System.Workflow.Activities.ExternalDataExchangeServiceSection -> System.Workflow.Activities.ExternalDataExchangeService
Public Sub New (settings As ExternalDataExchangeServiceSection)
Parâmetros
- settings
- ExternalDataExchangeServiceSection
A secção de configuração que contém as definições deste serviço.