IWorkBatch Schnittstelle

Definition

Achtung

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

Stellt Methoden zum Hinzufügen von Arbeit zu einem Arbeitsbatch bereit.

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
Attribute

Hinweise

Note

In diesem Material werden Typen und Namespaces erläutert, die veraltet sind. Weitere Informationen finden Sie unter Deprecated Types in Windows Workflow Foundation 4.5.

Dienste verwenden diese Schnittstelle, um ausstehende Arbeit zum Hinzufügen von WorkBatchausstehenden Arbeiten zum .

Methoden

Name Beschreibung
Add(IPendingWork, Object)
Veraltet.

Fügt einem Arbeitsbatch eine ausstehende Arbeitsaufgabe hinzu.

Gilt für: