IExecutionProperty 인터페이스

정의

연결된 작업의 작업 항목 전후에 스레드 로컬 스토리지를 구성하는 메커니즘을 사용하여 실행 속성을 제공합니다.

public interface class IExecutionProperty
public interface IExecutionProperty
type IExecutionProperty = interface
Public Interface IExecutionProperty
파생

메서드

Name Description
CleanupWorkflowThread()

실행 속성이 스레드 로컬 스토리지를 분해할 수 있는 기회를 제공합니다.

SetupWorkflowThread()

실행 속성이 스레드 로컬 스토리지를 설정할 수 있는 기회를 제공합니다.

적용 대상