WorkflowRuntimeBehavior Clase

Definición

Precaución

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

Define el comportamiento del WorkflowRuntime asociado con un WorkflowServiceHost.

public ref class WorkflowRuntimeBehavior : System::ServiceModel::Description::IServiceBehavior
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
type WorkflowRuntimeBehavior = class
    interface IServiceBehavior
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeBehavior = class
    interface IServiceBehavior
Public Class WorkflowRuntimeBehavior
Implements IServiceBehavior
Herencia
WorkflowRuntimeBehavior
Atributos
Implementaciones

Comentarios

Utilice WorkflowRuntimeBehavior para tener acceso al objeto WorkflowRuntime del servicio de flujo de trabajo. De manera predeterminada, se agrega el objeto WorkflowRuntime cuando se crea el WorkflowServiceHost.

Constructores

WorkflowRuntimeBehavior()

Inicializa una nueva instancia de la clase WorkflowRuntimeBehavior.

Propiedades

CachedInstanceExpiration

Obtiene o establece un valor que indica cuánto tiempo permanece en memoria una instancia de flujo de trabajo en estado inactivo, antes de quitarla obligatoriamente.

WorkflowRuntime

Obtiene el WorkflowRuntime asociado con una instancia WorkflowServiceHost.

Métodos

AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

No se implementa en WorkflowRuntimeBehavior.

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Configura el servicio de flujo de trabajo de modo que admita el comportamiento en tiempo de ejecución del flujo de trabajo.

Equals(Object)

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()

Sirve como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Object actual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)
Validate(ServiceDescription, ServiceHostBase)

Comprueba que el servicio de programación, utilizado para los servicios de flujo de trabajo, se ha agregado al objeto WorkflowRuntime, y que el objeto WorkflowRuntime no se inicia antes de llamar a Open.

Se aplica a