ActivityExecutionContextManager 클래스

정의

주의

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

CompositeActivity가 자식 활동에 대한 실행 컨텍스트를 만들고 관리할 수 있도록 합니다. 이 클래스는 상속될 수 없습니다.

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

설명

참고

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

속성

ExecutionContexts

현재 활동에 의해 만들어졌으며 아직 완료되지 않은 실행 컨텍스트 집합을 나타냅니다.

PersistedExecutionContexts

현재 활동에 의해 만들어졌으며 완료되었고 완료 시 유지된 실행 컨텍스트 집합을 나타냅니다.

메서드

CompleteExecutionContext(ActivityExecutionContext)

실행 컨텍스트를 완료된 상태로 표시합니다.

CompleteExecutionContext(ActivityExecutionContext, Boolean)

실행 컨텍스트를 완료된 상태로 표시합니다.

CreateExecutionContext(Activity)

지정된 ActivityExecutionContext에 대한 Activity를 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetExecutionContext(Activity)

지정된 ActivityExecutionContext와 연결된 Activity를 가져옵니다.

GetHashCode()

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

(다음에서 상속됨 Object)
GetPersistedExecutionContext(Guid)

지정된 ActivityExecutionContext에 해당하는 유지된 Guid를 검색합니다.

GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
ToString()

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

(다음에서 상속됨 Object)

적용 대상