Método IsInfoEnabled
Retorna se um rastreamento informativo será incluído na saída.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Shared Function IsInfoEnabled As Boolean
'Uso
Dim returnValue As Boolean
returnValue = SyncTracer.IsInfoEnabled()
public static bool IsInfoEnabled()
public:
static bool IsInfoEnabled()
static member IsInfoEnabled : unit -> bool
public static function IsInfoEnabled() : boolean
Valor de retorno
Tipo: System. . :: . .Boolean
Retornará true se o rastreamento informativo estiver habilitado; caso contrário, false.