Tracing.Configuration Method (String, String, String)
Represents the tracing configuration.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
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
)
Parameters
source
Type: System.StringThe source.
name
Type: System.StringThe name.
value
Type: System.StringThe value.
See Also
Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top