다음을 통해 공유


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
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

서비스는 이 인터페이스를 사용하여 보류 중인 작업을 WorkBatch에 추가합니다.

메서드

Add(IPendingWork, Object)

보류 중인 작업 항목을 작업 일괄 처리에 추가합니다.

적용 대상