EventLogConfiguration.ProviderLatency プロパティ

定義

イベントをログに発行するときにイベント プロバイダーが使用する最大待機時間を取得します。

public:
 property Nullable<int> ProviderLatency { Nullable<int> get(); };
public int? ProviderLatency { get; }
member this.ProviderLatency : Nullable<int>
Public ReadOnly Property ProviderLatency As Nullable(Of Integer)

プロパティ値

Nullable<Int32>

イベント プロバイダーがイベントをログに発行するとき、または null イベント プロバイダーによって待機時間が指定されなかった場合に使用される最大待機時間。

適用対象

こちらもご覧ください