IExecutionProperty 介面

定義

提供執行屬性,並具備一種機制,可在相關活動的工作項目前後配置執行緒本地儲存。

public interface class IExecutionProperty
public interface IExecutionProperty
type IExecutionProperty = interface
Public Interface IExecutionProperty
衍生

方法

名稱 Description
CleanupWorkflowThread()

提供執行屬性拆解執行緒本地儲存的機會。

SetupWorkflowThread()

提供執行屬性設定執行緒本地儲存的機會。

適用於