Condividi tramite


Metodo CloudExtensions.AddHandlerToPipeline

Adds a handler to the end of the HTTP pipeline of the client.

Spazio dei nomi: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Utilizzo

'Utilizzo
Dim client As ServiceClient(Of T)
Dim handler As DelegatingHandler

CloudExtensions.AddHandlerToPipeline(client, handler)

Sintassi

'Dichiarazione
<ExtensionAttribute> _
Public Shared Sub AddHandlerToPipeline(Of T As ServiceClient(Of T)) ( _
    client As ServiceClient(Of T), _
    handler As DelegatingHandler _
)
[ExtensionAttribute] 
public static void AddHandlerToPipeline<T> (
    ServiceClient<T> client,
    DelegatingHandler handler
) where T : ServiceClient<T>
[ExtensionAttribute] 
public:
generic<typename T> where T : ServiceClient<T>
static void AddHandlerToPipeline (
    ServiceClient<T>^ client, 
    DelegatingHandler^ handler
)

GenericParameters

  • T
    Type of service client.

Parametri

  • client
    The service client.
  • handler
    The handler that was added.

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe CloudExtensions
Membri CloudExtensions
Spazio dei nomi Microsoft.WindowsAzure.Common.Internals