WorkflowInstanceManagementBehavior Class
A behavior that adds a workflow control endpoint with a fixed configuration to the service host.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowInstanceManagementBehavior() | Initializes a new instance of the WorkflowInstanceManagementBehavior class. |
| Name | Description | |
|---|---|---|
![]() ![]() | HttpControlEndpointBinding | Gets the binding for the workflow instance control endpoint when the HTTP protocol is used. |
![]() ![]() | NamedPipeControlEndpointBinding | Gets the binding for the workflow instance control endpoint when the net.pipe protocol is used. |
![]() | WindowsGroup | Gets or sets the Windows group of users authorized to use the workflow instance control endpoint. |
| Name | Description | |
|---|---|---|
![]() | AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | An implementation of the AddBindingParameters method. |
![]() | ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | An implementation of the ApplyDispatchBehavior method. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ServiceDescription^, ServiceHostBase^) | An implementation of the Validate method. |
| Name | Description | |
|---|---|---|
![]() ![]() | ControlEndpointAddress | The fixed workflow control relative endpoint address. This address is appended to the base address of the service to create the control endpoint address. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



