The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WorkflowControlClient Constructor (WorkflowControlEndpoint^)
.NET Framework (current version)
Initializes a new instance of the WorkflowControlClient class with the specified WorkflowControlEndpoint.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
Parameters
- workflowEndpoint
-
Type:
System.ServiceModel.Activities::WorkflowControlEndpoint^
The workflow control endpoint.
The following example shows how to create a WorkflowControlClient instance using this constructor.
WorkflowControlEndpoint wce = new WorkflowControlEndpoint(new BasicHttpBinding(), new EndpointAddress(new Uri("http://localhost/DataflowControl.xaml"))); WorkflowControlClient controlClient = new WorkflowControlClient(wce);
.NET Framework
Available since 4.0
Available since 4.0
Show: