StateMachineWorkflowInstance.StateHistory 属性

定义

获取状态机工作流实例已转换过的状态活动的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ StateHistory { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> StateHistory { get; }
member this.StateHistory : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property StateHistory As ReadOnlyCollection(Of String)

属性值

ReadOnlyCollection<String>

StateActivity 已进行过转换的集合。

注解

如果使用 SqlTrackingService,则此属性仅返回状态历史记录。 如果未安装 InvalidOperationException,则发生 SqlTrackingService。 如果没有新创建实例的状态历史,则会在未启用实例的情况下创建状态历史。

适用于