SyncTracer.IsVerboseEnabled-Methode
Gibt zurück, ob eine ausführliche Ablaufverfolgung in der Ausgabe enthalten sein soll.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Shared Function IsVerboseEnabled As Boolean
'Usage
Dim returnValue As Boolean
returnValue = SyncTracer.IsVerboseEnabled
public static bool IsVerboseEnabled ()
public:
static bool IsVerboseEnabled ()
public static boolean IsVerboseEnabled ()
public static function IsVerboseEnabled () : boolean
Rückgabewert
true, wenn die ausführliche Ablaufverfolgung aktiviert ist, sonst false.
Siehe auch
Verweis
SyncTracer-Klasse
SyncTracer-Member
Microsoft.Synchronization.Data-Namespace