Verbose 方法 (String)

指定 message 参数时生成一个详细跟踪。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Shared Sub Verbose ( _
    message As String _
)
用法
Dim message As String

SyncTracer.Verbose(message)
public static void Verbose(
    string message
)
public:
static void Verbose(
    String^ message
)
static member Verbose : 
        message:string -> unit 
public static function Verbose(
    message : String
)

参数

请参阅

参考

SyncTracer类

SyncTracer 成员

Verbose 重载

Microsoft.Synchronization.Data 命名空间