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)

プロパティ値

StateActivityが行った遷移のコレクション。

注釈

このプロパティは、 SqlTrackingService が使用されている場合にのみ状態履歴を返します。 InvalidOperationExceptionがインストールされていない場合、SqlTrackingServiceが発生します。 新しく作成されたインスタンスの状態履歴がない場合は、インスタンスを開始せずに状態履歴が作成されます。

適用対象