StateMachineWorkflowInstance.StateHistory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取状态机工作流实例已转换过的状态活动的集合。
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)
属性值
StateActivity 已进行过转换的集合。
注解
如果使用 SqlTrackingService,则此属性仅返回状态历史记录。 如果未安装 InvalidOperationException
,则发生 SqlTrackingService。 如果没有新创建实例的状态历史,则会在未启用实例的情况下创建状态历史。