WorkflowInstanceManagementBehavior Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A behavior that adds a workflow control endpoint with a fixed configuration to the service host.
public ref class WorkflowInstanceManagementBehavior sealed : System::ServiceModel::Description::IServiceBehavior
public sealed class WorkflowInstanceManagementBehavior : System.ServiceModel.Description.IServiceBehavior
type WorkflowInstanceManagementBehavior = class
interface IServiceBehavior
Public NotInheritable Class WorkflowInstanceManagementBehavior
Implements IServiceBehavior
- Inheritance
-
WorkflowInstanceManagementBehavior
- Implements
Constructors
WorkflowInstanceManagementBehavior() |
Initializes a new instance of the WorkflowInstanceManagementBehavior class. |
Fields
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. |
Properties
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. |
Methods
AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) |
An implementation of the AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) method. |
ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) |
An implementation of the ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) 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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Validate(ServiceDescription, ServiceHostBase) |
An implementation of the Validate(ServiceDescription, ServiceHostBase) method. |