Tracing.Information 方法 (String, Object[])
指定的跟踪信息。
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public static void Information(
string message,
params object[] parameters
)
public:
static void Information(
String^ message,
... array<Object^>^ parameters
)
static member Information :
message:string *
[<ParamArrayAttribute>] parameters:Object[] -> unit
Public Shared Sub Information (
message As String,
ParamArray parameters As Object()
)
参数
message
Type: System.String消息。
parameters
Type: System.Object[]跟踪参数集。
请参阅
Information 重载
Tracing 类
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首