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)

プロパティ値

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

適用対象

こちらもご覧ください