Compartilhar via


Método ICloudTracingInterceptor.Configuration

Probes the configuration for the value of a setting.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Uso

'Uso
Dim instance As ICloudTracingInterceptor
Dim source As String
Dim name As String
Dim value As String

instance.Configuration(source, name, value)

Sintaxe

'Declaração
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
)

Parâmetros

  • source
    The configuration source.
  • name
    The name of the setting.
  • value
    The value of the setting in the source.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Interface ICloudTracingInterceptor
Membros ICloudTracingInterceptor
Namespace Microsoft.WindowsAzure