다음을 통해 공유


WorkflowEnvironment 클래스

정의

주의

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

현재 스레드에서 실행 중인 워크플로 인스턴스의 트랜잭션 환경을 나타냅니다.

public ref class WorkflowEnvironment abstract sealed
public static class WorkflowEnvironment
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public static class WorkflowEnvironment
type WorkflowEnvironment = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowEnvironment = class
Public Class WorkflowEnvironment
상속
WorkflowEnvironment
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5에서 사용되지 않는 형식을 참조하세요.

현재 WorkflowEnvironment 스레드에서 실행 중인 워크플로 인스턴스의 트랜잭션 환경을 나타냅니다. WorkflowEnvironment 에는 현재 작업 일괄 처리를 노출하고 호스트 또는 호스트 서비스가 이 속성 WorkBatch 에 항목을 추가하여 IPendingWork 현재 트랜잭션에 참여할 수 있도록 하는 속성과 WorkflowInstanceId 이 스레드에서 현재 실행 중인 워크플로 인스턴스를 노출 Guid 하는 속성의 두 가지 속성이 있습니다.

속성

Name Description
WorkBatch
사용되지 않음.

현재 작업 일괄 처리를 가져옵니다.

WorkflowInstanceId
사용되지 않음.

Guid 현재 스레드와 연결된 워크플로 인스턴스를 가져옵니다.

적용 대상