IWorkBatch Interface

Definição

Cuidado

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.Provides methods to add work to a work batch.

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

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Os serviços usam essa interface para adicionar trabalho pendente ao WorkBatch .Services use this interface to add pending work to the WorkBatch.

Métodos

Add(IPendingWork, Object)

Adiciona um item de trabalho pendente para um lote de trabalho.Adds a pending work item to a work batch.

Aplica-se a