다음을 통해 공유


WorkflowUpdateableControlClient 생성자

정의

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

오버로드

WorkflowUpdateableControlClient()

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

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

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

WorkflowUpdateableControlClient(String)

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

WorkflowUpdateableControlClient(Binding, EndpointAddress)

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

WorkflowUpdateableControlClient(String, EndpointAddress)

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

WorkflowUpdateableControlClient(String, String)

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

WorkflowUpdateableControlClient()

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

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

적용 대상

WorkflowUpdateableControlClient(WorkflowControlEndpoint)

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

public:
 WorkflowUpdateableControlClient(System::ServiceModel::Activities::WorkflowControlEndpoint ^ workflowEndpoint);
public WorkflowUpdateableControlClient (System.ServiceModel.Activities.WorkflowControlEndpoint workflowEndpoint);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : System.ServiceModel.Activities.WorkflowControlEndpoint -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (workflowEndpoint As WorkflowControlEndpoint)

매개 변수

workflowEndpoint
WorkflowControlEndpoint

워크플로 제어 엔드포인트입니다.

적용 대상

WorkflowUpdateableControlClient(String)

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

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName);
public WorkflowUpdateableControlClient (string endpointConfigurationName);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String)

매개 변수

endpointConfigurationName
String

사용할 구성입니다.

적용 대상

WorkflowUpdateableControlClient(Binding, EndpointAddress)

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

public:
 WorkflowUpdateableControlClient(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WorkflowUpdateableControlClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)

매개 변수

binding
Binding

바인딩입니다.

remoteAddress
EndpointAddress

엔드포인트 주소입니다.

적용 대상

WorkflowUpdateableControlClient(String, EndpointAddress)

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

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WorkflowUpdateableControlClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)

매개 변수

endpointConfigurationName
String

사용할 구성입니다.

remoteAddress
EndpointAddress

엔드포인트 주소입니다.

적용 대상

WorkflowUpdateableControlClient(String, String)

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

public:
 WorkflowUpdateableControlClient(System::String ^ endpointConfigurationName, System::String ^ remoteAddress);
public WorkflowUpdateableControlClient (string endpointConfigurationName, string remoteAddress);
new System.ServiceModel.Activities.WorkflowUpdateableControlClient : string * string -> System.ServiceModel.Activities.WorkflowUpdateableControlClient
Public Sub New (endpointConfigurationName As String, remoteAddress As String)

매개 변수

endpointConfigurationName
String

사용할 구성입니다.

remoteAddress
String

엔드포인트 주소입니다.

적용 대상