IWorkBatch 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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) |
已过时.
将挂起的工作项添加到工作批次。 |