DefaultWorkflowCommitWorkBatchService Clase

Definición

Precaución

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

Representa la versión predeterminada de creada por el motor en tiempo de WorkflowCommitWorkBatchService ejecución de flujo de trabajo si no se agrega ningún otro servicio WorkflowCommitWorkBatch.

public ref class DefaultWorkflowCommitWorkBatchService : System::Workflow::Runtime::Hosting::WorkflowCommitWorkBatchService
public class DefaultWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class DefaultWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
type DefaultWorkflowCommitWorkBatchService = class
    inherit WorkflowCommitWorkBatchService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DefaultWorkflowCommitWorkBatchService = class
    inherit WorkflowCommitWorkBatchService
Public Class DefaultWorkflowCommitWorkBatchService
Inherits WorkflowCommitWorkBatchService
Herencia
DefaultWorkflowCommitWorkBatchService
Atributos

Comentarios

Note

En este material se describen los tipos y los espacios de nombres que están obsoletos. Para obtener más información, consulte Deprecated Types in Windows Workflow Foundation 4.5.

La WorkflowRuntime clase crea un DefaultWorkflowCommitWorkBatchService objeto cuando se inicia el motor en tiempo de ejecución si no se ha agregado ningún otro servicio WorkflowCommitWorkBatch.

Constructores

Nombre Description
DefaultWorkflowCommitWorkBatchService()
Obsoletos.

Inicializa una DefaultWorkflowCommitWorkBatchService clase.

DefaultWorkflowCommitWorkBatchService(NameValueCollection)
Obsoletos.

Inicializa una clase SharedConnectionWorkflowCommitWorkBatchService mediante una colección de parámetros para la inicialización.

Propiedades

Nombre Description
EnableRetries
Obsoletos.

Obtiene o establece un valor que especifica si reintentará DefaultWorkflowCommitWorkBatchService la confirmación de un lote de trabajo.

Runtime
Obsoletos.

Obtiene para WorkflowRuntime este servicio.

(Heredado de WorkflowRuntimeService)
State
Obsoletos.

Obtiene el estado de .WorkflowRuntimeService

(Heredado de WorkflowRuntimeService)

Métodos

Nombre Description
CommitWorkBatch(WorkflowCommitWorkBatchService+CommitWorkBatchCallback)
Obsoletos.

Crea un lote de trabajo si no existe uno.

Equals(Object)
Obsoletos.

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()
Obsoletos.

Actúa como la función hash predeterminada.

(Heredado de Object)
GetType()
Obsoletos.

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()
Obsoletos.

Crea una copia superficial del Objectactual.

(Heredado de Object)
OnStarted()
Obsoletos.

Cuando se invalida en una clase derivada, representa el método al que se llamará cuando el motor en tiempo de ejecución de flujo de trabajo genere el Started evento.

(Heredado de WorkflowRuntimeService)
OnStopped()
Obsoletos.

Representa el método al que se llama cuando el tiempo de ejecución del flujo de trabajo genera el Stopped evento.

RaiseServicesExceptionNotHandledEvent(Exception, Guid)
Obsoletos.

Genera el evento ServicesExceptionNotHandled.

(Heredado de WorkflowRuntimeService)
Start()
Obsoletos.

Representa el método al que se llama para iniciar el servicio.

Stop()
Obsoletos.

Cuando se reemplaza en una clase derivada, detiene el servicio y cambia a StateStopping.

(Heredado de WorkflowRuntimeService)
ToString()
Obsoletos.

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a