ExternalDataExchangeService Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ExternalDataExchangeService třídy.
Přetížení
ExternalDataExchangeService() |
Inicializuje novou instanci ExternalDataExchangeService třídy. |
ExternalDataExchangeService(NameValueCollection) |
Inicializuje novou instanci ExternalDataExchangeService třídy. |
ExternalDataExchangeService(String) |
Inicializuje novou instanci ExternalDataExchangeService třídy. |
ExternalDataExchangeService(ExternalDataExchangeServiceSection) |
Inicializuje novou instanci ExternalDataExchangeService třídy. |
ExternalDataExchangeService()
Inicializuje novou instanci ExternalDataExchangeService třídy.
public:
ExternalDataExchangeService();
public ExternalDataExchangeService ();
Public Sub New ()
Příklady
Následující příklad ukazuje, jak vytvořit instanci ExternalDataExchangeService třídy. Tento příklad je z ukázky sady ORDERING State Machine SDK. Další informace najdete v tématu Ukázka počítače se stavem řazení.
string IWorkflowCompilerOptionsService.RootNamespace
{
get
{
return string.Empty;
}
}
Public ReadOnly Property RootNamespace() As String Implements IWorkflowCompilerOptionsService.RootNamespace
Get
Return String.Empty
End Get
End Property
Platí pro
ExternalDataExchangeService(NameValueCollection)
Inicializuje novou instanci ExternalDataExchangeService třídy.
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)
Parametry
- parameters
- NameValueCollection
Kolekce parametrů, které slouží ke konfiguraci služby. Povolené hodnoty jsou prázdná kolekce nebo kolekce, která obsahuje pouze ConfigurationSection
klíč.
Platí pro
ExternalDataExchangeService(String)
Inicializuje novou instanci ExternalDataExchangeService třídy.
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)
Parametry
- configSectionName
- String
Název oddílu konfigurace, který obsahuje požadovanou konfiguraci této služby.
Platí pro
ExternalDataExchangeService(ExternalDataExchangeServiceSection)
Inicializuje novou instanci ExternalDataExchangeService třídy.
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)
Parametry
- settings
- ExternalDataExchangeServiceSection
Oddíl konfigurace, který obsahuje nastavení pro tuto službu.