Partager via


StateMachineWorkflowInstance.StateHistory Propriété

Définition

Obtient une collection d'activités d'état dans laquelle l'instance de flux de travail d'ordinateur d'état est passée.

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)

Valeur de propriété

Collection des transitions effectuées par la StateActivity.

Remarques

Cette propriété renvoie uniquement l'historique d'état si la SqlTrackingService est utilisée. Une InvalidOperationException se produit si la SqlTrackingService n'est pas installée. S'il n'y a aucun historique d'état pour une instance créée récemment, l'historique d'état est créé sans que l'instance ne soit démarrée.

S’applique à