Compartir a través de


ComponentTrace<TComponentTagsClass>.IsTraceEnabled Method (Int32)

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

Syntax

'Declaration
Public Shared Function IsTraceEnabled ( _
    tag As Integer _
) As Boolean
'Usage
Dim tag As Integer
Dim returnValue As Boolean

returnValue = ComponentTrace.IsTraceEnabled(tag)
public static bool IsTraceEnabled(
    int tag
)

Parameters

Return Value

Type: System.Boolean