Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
This configuration element defines a standard endpoint for controlling the execution of workflow instances (create, run, suspend, terminate, etc).
<configuration>
<system.serviceModel>
<standardEndpoints>
<workflowControlEndpoint>
Syntax
<system.serviceModel>
<standardEndpoints>
<workflowControlEndpoint>
<standardEndpoint name="String" />
</workflowControlEndpoint>
</standardEndpoints>
</system.serviceModel>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| name | A String that specifies the name of the configuration of the standard endpoint. The name is used in the endpointConfiguration attribute of the service endpoint to link a standard endpoint to its configuration. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| <standardEndpoints> | A collection of standard endpoints that are pre-defined endpoints with one or more of their properties (address, binding, contract) fixed. |