IWorkBatch Interfaz

Definición

Precaución

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

Proporciona métodos para agregar trabajo a un lote de trabajo.

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

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.

Los servicios usan esta interfaz para agregar trabajo pendiente a .WorkBatch

Métodos

Nombre Description
Add(IPendingWork, Object)
Obsoletos.

Agrega un elemento de trabajo pendiente a un lote de trabajo.

Se aplica a