ICloudTracingInterceptor.Information Method (String)
Specifies the information to trace.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void Information(
string message
)
void Information(
String^ message
)
abstract Information :
message:string -> unit
Sub Information (
message As String
)
Parameters
message
Type: System.StringThe information to trace.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top