次の方法で共有


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)

プロパティ値

状態のコレクション。

注釈

有効な状態は次のとおりです。

  • 実行中

  • クローズ

  • Canceled

  • フォールト

適用対象