SyncTracer.Info Method (String)

Generates an informational trace when a message parameter is specified.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Shared Sub Info ( _
    message As String _
)
'Usage
Dim message As String

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

Parameters

  • message
    Type: System.String
    The message to output in the trace.

See Also

Reference

SyncTracer Class

Info Overload

Microsoft.Synchronization.Data Namespace