ExternalDataExchangeService 생성자

정의

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
ExternalDataExchangeService()

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(NameValueCollection)

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(String)

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService(ExternalDataExchangeServiceSection)

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

ExternalDataExchangeService()

ExternalDataExchangeService 클래스의 새 인스턴스를 초기화합니다.

public:
 ExternalDataExchangeService();
public ExternalDataExchangeService();
Public Sub New ()

적용 대상

ExternalDataExchangeService(NameValueCollection)

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)

매개 변수

parameters
NameValueCollection

서비스를 구성하는 데 사용되는 매개 변수 컬렉션입니다. 허용되는 값은 빈 컬렉션이거나 키만 ConfigurationSection 포함된 컬렉션입니다.

적용 대상

ExternalDataExchangeService(String)

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)

매개 변수

configSectionName
String

이 서비스의 원하는 구성이 포함된 구성 섹션의 이름입니다.

적용 대상

ExternalDataExchangeService(ExternalDataExchangeServiceSection)

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)

매개 변수

settings
ExternalDataExchangeServiceSection

이 서비스에 대한 설정이 포함된 구성 섹션입니다.

적용 대상