System.Workflow.Runtime Namespace

Fornece classes relacionadas ao runtime de fluxo de trabalho. Provides classes related to workflow runtime.

Classes

CorrelationProperty

Representa um par nome e valor usado para correlacionar mensagens a atividades de recebimento específicas.Represents a name and value pair used to correlate messages to specific receiving activities.

CorrelationToken

Gerencia as assinaturas da CorrelationProperty para as atividades do proprietário.Manages the subscriptions of the CorrelationProperty to the owner activities. Essa classe não pode ser herdada.This class cannot be inherited.

CorrelationTokenCollection

Representa uma coleção de classes CorrelationToken.Represents a collection of CorrelationToken classes. Essa classe não pode ser herdada.This class cannot be inherited.

CorrelationTokenEventArgs

Contém os dados de evento associados ao CorrelationToken.Contains the event data associated with the CorrelationToken. Essa classe não pode ser herdada.This class cannot be inherited.

ServicesExceptionNotHandledEventArgs

Fornece dados para o evento de ServicesExceptionNotHandled .Provides data for the ServicesExceptionNotHandled event.

TimerEventSubscription

Representa uma assinatura de um evento do temporizador.Represents a subscription to a timer event.

TimerEventSubscriptionCollection

Representa uma lista ordenada de objetos TimerEventSubscription.Represents an ordered list of TimerEventSubscription objects.

WorkflowCompletedEventArgs

Fornece dados para o evento de WorkflowCompleted .Provides data for the WorkflowCompleted event.

WorkflowEnvironment

Representa o ambiente de transações da instância do fluxo de trabalho que está em execução no thread atual.Represents the transactional environment of the workflow instance that is running on the current thread.

WorkflowEventArgs

Fornece dados para eventos de fluxo de trabalho.Provides data for workflow events.

WorkflowInstance

Representa uma instância de fluxo de trabalho.Represents a workflow instance.

WorkflowOwnershipException

A exceção que é gerada quando o mecanismo de runtime de fluxo de trabalho tenta carregar uma instância de fluxo de trabalho que está carregada por outra instância do mecanismo de runtime de fluxo de trabalho no momento.The exception that is thrown when the workflow runtime engine attempts to load a workflow instance that is currently loaded by another workflow runtime engine instance. Além disso, essa exceção é gerada quando o mecanismo de runtime de fluxo de trabalho tenta salvar um fluxo de trabalho após a expiração do tempo limite de propriedade que foi especificado ao carregar o fluxo de trabalho.Additionally, this exception is thrown when the workflow runtime engine attempts to save a workflow after the ownership timeout that was specified while loading the workflow has expired.

WorkflowQueue

Representa uma fila de fluxo de trabalho.Represents a workflow queue.

WorkflowQueueInfo

Contém informações sobre um WorkflowQueue.Contains information about a WorkflowQueue.

WorkflowQueuingService

Fornece os serviços para o gerenciamento de objetos WorkflowQueue.Provides the services for management of WorkflowQueue objects.

WorkflowRuntime

Representa o ambiente de execução configurável fornecido pelo mecanismo de tempo de execução de fluxo de trabalho para fluxos de trabalho.Represents the configurable execution environment provided by the workflow run-time engine for workflows.

WorkflowRuntimeEventArgs

Fornece dados para os eventos de Started e de Stopped .Provides data for the Started and Stopped events.

WorkflowSuspendedEventArgs

Fornece dados para o evento de WorkflowSuspended .Provides data for the WorkflowSuspended event.

WorkflowTerminatedEventArgs

Fornece dados para o evento de WorkflowTerminated .Provides data for the WorkflowTerminated event.

Interfaces

IPendingWork

Fornece métodos para participar de um lote de trabalho.Provides methods to participate in a work batch.

IWorkBatch

Fornece métodos para adicionar trabalho a um lote de trabalho.Provides methods to add work to a work batch.

Enumerações

WorkflowStatus

Especifica o status de uma instância de fluxo de trabalho.Specifies the status of a workflow instance.