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)

属性值

状态的集合。

注解

有效状态包括:

  • 执行

  • 已关闭

  • 已取消

  • 出错

适用于