función MI_SubscriptionDeliveryOptions_SetDeliveryRetryAttempts (mi.h)

Establece el número de veces que una suscripción de entrega de inserción intentará entregar un resultado.

Sintaxis

MI_INLINE MI_Result MI_SubscriptionDeliveryOptions_SetDeliveryRetryAttempts(
  [in, out] MI_SubscriptionDeliveryOptions *self,
  [in]      MI_Uint32                      value
);

Parámetros

[in, out] self

Puntero a una estructura de MI_SubscriptionDeliveryOptions .

[in] value

Número de reintentos para una entrega de inserción con errores.

Valor devuelto

Valor de la enumeración MI_Result que especifica el código de retorno de la función. Puede ser uno de los siguientes códigos.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8
Servidor mínimo compatible Windows Server 2012
Plataforma de destino Windows
Encabezado mi.h
Redistribuible Windows Management Framework 3.0 en Windows Server 2008 R2 con SP1, Windows 7 con SP1 y Windows Server 2008 con SP2

Consulte también

MI_SubscriptionDeliveryOptions

MI_SubscriptionDeliveryOptions_GetDeliveryDestination

MI_SubscriptionDeliveryOptions_GetDeliveryPortNumber

MI_SubscriptionDeliveryOptions_GetDeliveryRetryAttempts

MI_SubscriptionDeliveryOptions_GetDeliveryRetryInterval

MI_SubscriptionDeliveryOptions_SetDeliveryDestination

MI_SubscriptionDeliveryOptions_SetDeliveryPortNumber

MI_SubscriptionDeliveryOptions_SetDeliveryRetryInterval