次の方法で共有


ResourceMonitoringOptions.SamplingInterval プロパティ

定義

新しい使用率サンプルをキャプチャする間隔を取得または設定します。

public:
 property TimeSpan SamplingInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SamplingInterval { get; set; }
member this.SamplingInterval : TimeSpan with get, set
Public Property SamplingInterval As TimeSpan

プロパティ値

既定値は 1 秒です。

注釈

この値は、 以下 CollectionWindowである必要があります。

適用対象