IWorkBatch Interface

Definição

Atenção

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

Fornece métodos para adicionar trabalho a um lote de trabalho.

public interface class IWorkBatch
public interface IWorkBatch
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkBatch
type IWorkBatch = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkBatch = interface
Public Interface IWorkBatch
Atributos

Observações

Note

Este material discute tipos e namespaces que estão obsoletos. Para mais informações, consulte Tipos Descontinuados no Windows Workflow Foundation 4.5.

Os serviços utilizam esta interface para adicionar trabalho pendente ao WorkBatcharquivo .

Métodos

Name Description
Add(IPendingWork, Object)
Obsoleto.

Adiciona um item de trabalho pendente a um lote de trabalho.

Aplica-se a