EventLogConfiguration.ProviderBufferSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得緩衝區大小,事件提供者會使用這個緩衝區將事件發行至記錄檔。
public:
property Nullable<int> ProviderBufferSize { Nullable<int> get(); };
public int? ProviderBufferSize { get; }
member this.ProviderBufferSize : Nullable<int>
Public ReadOnly Property ProviderBufferSize As Nullable(Of Integer)
屬性值
事件提供者用來將事件發佈至記錄檔的緩衝區大小。 它可以是 null
。