TraceListenerData.AsynchronousDisposeTimeout Property

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

Property Value

Type: TimeSpan

See Also

TraceListenerData Class

TraceListenerData Members

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace