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추가합니다.

메서드

Name Description
Add(IPendingWork, Object)
사용되지 않음.

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

적용 대상