Tracing.Information Method (String, Object())

 

Specifies the tracing information.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Sub Information (
	message As String,
	ParamArray parameters As Object()
)

Parameters

message
Type: System.String

The message.

parameters
Type: System.Object()

The set of tracing parameters.

Return to top
Show: