IExecutionProperty 接口

定义

为执行属性提供一种在关联活动的工作项前后配置线程本地存储区的机制。

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

方法

CleanupWorkflowThread()

使执行属性有机会关闭线程本地存储区。

SetupWorkflowThread()

使执行属性有机会设置线程本地存储区。

适用于