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
특성

설명

Note

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

속성

Name Description
ExecutionContexts
사용되지 않음.

아직 완료되지 않은 현재 작업에서 만든 실행 컨텍스트 집합을 나타냅니다.

PersistedExecutionContexts
사용되지 않음.

완료되고 완료 시 유지된 현재 작업에서 만든 실행 컨텍스트 집합을 나타냅니다.

메서드

Name Description
CompleteExecutionContext(ActivityExecutionContext, Boolean)
사용되지 않음.

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

CompleteExecutionContext(ActivityExecutionContext)
사용되지 않음.

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

CreateExecutionContext(Activity)
사용되지 않음.

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

Equals(Object)
사용되지 않음.

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

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

지정된 ActivityActivityExecutionContext 연결된 값을 가져옵니다.

GetHashCode()
사용되지 않음.

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

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

지정된 Guid에 해당하는 지속형 ActivityExecutionContext 을 검색합니다.

GetType()
사용되지 않음.

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상