ExternalDataExchangeService Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService.
Przeciążenia
ExternalDataExchangeService() |
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService. |
ExternalDataExchangeService(NameValueCollection) |
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService. |
ExternalDataExchangeService(String) |
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService. |
ExternalDataExchangeService(ExternalDataExchangeServiceSection) |
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService. |
ExternalDataExchangeService()
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService.
public:
ExternalDataExchangeService();
public ExternalDataExchangeService ();
Public Sub New ()
Przykłady
W poniższym przykładzie pokazano, jak utworzyć wystąpienie ExternalDataExchangeService klasy . Ten przykład pochodzi z przykładowego zestawu SDK ordering State Machine. Aby uzyskać więcej informacji, zobacz Ordering State Machine Sample (Przykład porządkowania maszyny stanu).
string IWorkflowCompilerOptionsService.RootNamespace
{
get
{
return string.Empty;
}
}
Public ReadOnly Property RootNamespace() As String Implements IWorkflowCompilerOptionsService.RootNamespace
Get
Return String.Empty
End Get
End Property
Dotyczy
ExternalDataExchangeService(NameValueCollection)
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService.
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
Kolekcja parametrów używanych do konfigurowania usługi. Dozwolone wartości to pusta kolekcja lub kolekcja zawierająca ConfigurationSection
tylko klucz.
Dotyczy
ExternalDataExchangeService(String)
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService.
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
Nazwa sekcji konfiguracji, która zawiera żądaną konfigurację tej usługi.
Dotyczy
ExternalDataExchangeService(ExternalDataExchangeServiceSection)
Inicjuje nowe wystąpienie klasy ExternalDataExchangeService.
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
Sekcja konfiguracji zawierająca ustawienia tej usługi.