Share via


TraceListenerData.Asynchronous Property

Gets or sets the asynchronous flag 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 bool Asynchronous { get; set; }
'Declaration
Public Property Asynchronous As Boolean
    Get
    Set
public:
property bool Asynchronous {
    bool get ();
    void set (bool value);
}

Property Value

Type: Boolean

See Also

TraceListenerData Class

TraceListenerData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace