DiagnosticMonitorTraceListener.IsThreadSafe Property

 

Indicates whether the diagnostic monitor trace listener is thread-safe.

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Syntax

public override bool IsThreadSafe { get; }
public:
property bool IsThreadSafe {
    virtual bool get() override;
}
override IsThreadSafe : bool with get
Public Overrides ReadOnly Property IsThreadSafe As Boolean

Property Value

Type: System.Boolean

Type: System.Boolean

Returns Boolean.

Remarks

Warning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

See Also

DiagnosticMonitorTraceListener Class
Microsoft.WindowsAzure.Diagnostics Namespace

Return to top