ActivityExecutionContext 클래스

정의

주의

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

의 실행 환경을 Activity나타냅니다. 이 클래스는 상속할 수 없습니다.

public ref class ActivityExecutionContext sealed : IDisposable, IServiceProvider
public sealed class ActivityExecutionContext : IDisposable, IServiceProvider
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionContext : IDisposable, IServiceProvider
type ActivityExecutionContext = class
    interface IServiceProvider
    interface IDisposable
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionContext = class
    interface IServiceProvider
    interface IDisposable
Public NotInheritable Class ActivityExecutionContext
Implements IDisposable, IServiceProvider
상속
ActivityExecutionContext
특성
구현

설명

Note

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

의 실행 환경을 Activity나타냅니다. 이 클래스는 워크플로 런타임 기능 및 서비스를 개별 활동에 선택적으로 노출합니다. 이 클래스는 상속할 수 없습니다.

자세한 내용은 작업 실행 컨텍스트 이해를 참조하세요.

필드

Name Description
CurrentExceptionProperty
사용되지 않음.

워크플로 인스턴스를 실행하는 동안 발생한 예외를 나타냅니다. 이 속성은 작업이 오류 상태인 경우에만 값을 가집니다.

속성

Name Description
Activity
사용되지 않음.

Activity 이 실행 컨텍스트 내에서 현재 실행되는 값을 가져옵니다.

ContextGuid
사용되지 않음.

ContextID 연결된 .의 값을 가져옵니다Activity.

ExecutionContextManager
사용되지 않음.

ActivityExecutionContextManager 이 인스턴스와 연결된 값을 가져옵니다.

메서드

Name Description
CancelActivity(Activity)
사용되지 않음.

자식 활동의 취소를 예약하기 위해 복합 활동에서 호출됩니다. 워크플로 런타임은 상태가 아닌 자식 활동의 취소를 Executing 허용하지 않습니다.

CloseActivity()
사용되지 않음.

현재 실행 중인 작업이 상태로 전환되어야 임을 워크플로 런타임에 Closed 나타냅니다.

Equals(Object)
사용되지 않음.

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
ExecuteActivity(Activity)
사용되지 않음.

자식 활동의 실행을 예약하기 위해 복합 활동에서 호출됩니다. 워크플로 런타임은 초기화되지 않은 자식 작업의 실행을 허용하지 않습니다.

GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService(Type)
사용되지 않음.

지정된 형식의 서비스를 반환합니다.

GetService<T>()
사용되지 않음.

지정된 .의 서비스 공급자를 반환합니다 Type.

GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
TrackData(Object)
사용되지 않음.

연결된 트랙 메서드를 호출합니다 Activity.

TrackData(String, Object)
사용되지 않음.

연결된 트랙 메서드를 호출합니다 Activity.

명시적 인터페이스 구현

Name Description
IDisposable.Dispose()
사용되지 않음.

에서 사용하는 모든 리소스를 ActivityExecutionContext해제합니다.

적용 대상