Método CloudExtensions.SetRetryPolicy
Sets retry policy for 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 retryPolicy As RetryPolicy
CloudExtensions.SetRetryPolicy(client, retryPolicy)
Sintaxis
'Declaración
<ExtensionAttribute> _
Public Shared Sub SetRetryPolicy(Of T As ServiceClient(Of T)) ( _
client As ServiceClient(Of T), _
retryPolicy As RetryPolicy _
)
[ExtensionAttribute]
public static void SetRetryPolicy<T> (
ServiceClient<T> client,
RetryPolicy retryPolicy
) where T : ServiceClient<T>
[ExtensionAttribute]
public:
generic<typename T> where T : ServiceClient<T>
static void SetRetryPolicy (
ServiceClient<T>^ client,
RetryPolicy^ retryPolicy
)
GenericParameters
- T
Service client type.
Parámetros
- client
Service client.
- retryPolicy
Retry policy to set.
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