TraceListenerData.AsynchronousBufferSize Property

Gets or sets the asynchronous buffer size for the represented TraceListener

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public int AsynchronousBufferSize { get; set; }
'Declaration
Public Property AsynchronousBufferSize As Integer
    Get
    Set
public:
property int AsynchronousBufferSize {
    int get ();
    void set (int value);
}

Property Value

Type: Int32

See Also

TraceListenerData Class

TraceListenerData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace