ActivityListener.ActivityStarted プロパティ

定義

アクティビティ開始イベントをリッスンするために使用されるコールバックを取得または設定します。

public:
 property Action<System::Diagnostics::Activity ^> ^ ActivityStarted { Action<System::Diagnostics::Activity ^> ^ get(); void set(Action<System::Diagnostics::Activity ^> ^ value); };
public Action<System.Diagnostics.Activity>? ActivityStarted { get; set; }
member this.ActivityStarted : Action<System.Diagnostics.Activity> with get, set
Public Property ActivityStarted As Action(Of Activity)

プロパティ値

アクティビティ開始イベントをリッスンするために使用されるアクティビティ コールバック インスタンス。

適用対象