ActivityStateQuery.States 属性

定义

获取应为其发出跟踪记录的已订阅活动的状态。Gets the states of the subscribed activity for which a tracking record should be emitted.

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

属性值

Collection<String>

状态的集合。A collection of states.

注解

有效状态包括:The valid states are:

  • 执行Executing

  • 已关闭Closed

  • 已取消Canceled

  • 出错Faulted

适用于