IWorkBatch 接口

定义

注意

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

提供向工作批次添加工作的方法。

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
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

服务使用此接口将挂起的工作添加到 WorkBatch 中。

方法

Add(IPendingWork, Object)
已过时.

将挂起的工作项添加到工作批次。

适用于