WorkflowEnvironment 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
현재 WorkflowEnvironment 스레드에서 실행 중인 워크플로 인스턴스의 트랜잭션 환경을 나타냅니다. WorkflowEnvironment 에는 현재 작업 일괄 처리를 노출하고 호스트 또는 호스트 서비스가 이 속성 WorkBatch 에 항목을 추가하여 IPendingWork 현재 트랜잭션에 참여할 수 있도록 하는 속성과 WorkflowInstanceId 이 스레드에서 현재 실행 중인 워크플로 인스턴스를 노출 Guid 하는 속성의 두 가지 속성이 있습니다.
속성
| Name | Description |
|---|---|
| WorkBatch |
사용되지 않음.
현재 작업 일괄 처리를 가져옵니다. |
| WorkflowInstanceId |
사용되지 않음.
Guid 현재 스레드와 연결된 워크플로 인스턴스를 가져옵니다. |