ActivityStateQuery.States 属性

定义

获取应为其发出跟踪记录的订阅活动的状态。

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)

属性值

状态的集合。

注解

有效状态为:

  • 正在执行

  • 关闭

  • 已取消

  • 发生故障

适用于