ICloudTracingInterceptor.Configuration Method
Probes the configuration for the value of a setting.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As ICloudTracingInterceptor
Dim source As String
Dim name As String
Dim value As String
instance.Configuration(source, name, value)
Syntax
'Declaration
Sub Configuration ( _
source As String, _
name As String, _
value As String _
)
void Configuration (
string source,
string name,
string value
)
void Configuration (
String^ source,
String^ name,
String^ value
)
void Configuration (
String source,
String name,
String value
)
function Configuration (
source : String,
name : String,
value : String
)
Parameters
- source
The configuration source.
- name
The name of the setting.
- value
The value of the setting in the source.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ICloudTracingInterceptor Interface
ICloudTracingInterceptor Members
Microsoft.WindowsAzure Namespace