Método Tracing.Configuration (String, String, String)
Representa a configuração de rastreamento.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public static void Configuration(
string source,
string name,
string value
)
public:
static void Configuration(
String^ source,
String^ name,
String^ value
)
static member Configuration :
source:string *
name:string *
value:string -> unit
Public Shared Sub Configuration (
source As String,
name As String,
value As String
)
Parâmetros
source
Type: System.StringA origem.
name
Type: System.StringO nome do .
value
Type: System.StringO valor.
Consulte também
Classe Tracing
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo