WorkflowRuntimeBehavior Class
Defines the behavior for the WorkflowRuntime associated with a WorkflowServiceHost.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowRuntimeBehavior() | Initializes a new instance of the WorkflowRuntimeBehavior class. |
| Name | Description | |
|---|---|---|
![]() | CachedInstanceExpiration | Gets or sets a value that indicates how long a workflow instance stays in-memory in the idle state before it is forcibly removed from memory. |
![]() | WorkflowRuntime | Gets the WorkflowRuntime associated with a WorkflowServiceHost instance. |
| Name | Description | |
|---|---|---|
![]() | AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | Not implemented in WorkflowRuntimeBehavior. |
![]() | ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | Configures the workflow service to support the workflow run-time behavior. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ServiceDescription^, ServiceHostBase^) | Verifies the scheduling service used for workflow services has been added to the WorkflowRuntime object and that the WorkflowRuntime object has not started before the call to Open. |
Use WorkflowRuntimeBehavior to access the WorkflowRuntime object in your workflow service. The WorkflowRuntime object is added by default when the WorkflowServiceHost is created.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


