Método CloudExtensions.AddHandlerToPipeline
Adds a handler to the end of the HTTP pipeline of the client.
Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)
Uso
'Uso
Dim client As ServiceClient(Of T)
Dim handler As DelegatingHandler
CloudExtensions.AddHandlerToPipeline(client, handler)
Sintaxis
'Declaración
<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.
Parámetros
- client
The service client.
- handler
The handler that was added.
Seguridad para subprocesos
Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows 7 y Windows Server 2008
Plataformas de destino
Vea también
Referencia
Clase CloudExtensions
Miembros CloudExtensions
Espacio de nombres Microsoft.WindowsAzure.Common.Internals