AlertManagementClient.GetDeliveryTargets(Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la liste des cibles de remise pour l'identificateur de définition d'alerte spécifié.
public:
virtual cli::array <AlertingWcfProxy::DeliveryTarget ^> ^ GetDeliveryTargets(Guid alertDefinitionId);
public AlertingWcfProxy.DeliveryTarget[] GetDeliveryTargets (Guid alertDefinitionId);
abstract member GetDeliveryTargets : Guid -> AlertingWcfProxy.DeliveryTarget[]
override this.GetDeliveryTargets : Guid -> AlertingWcfProxy.DeliveryTarget[]
Public Function GetDeliveryTargets (alertDefinitionId As Guid) As DeliveryTarget()
Paramètres
- alertDefinitionId
- Guid
Identificateur de la définition d'alerte.
Retours
Collection des cibles de remise pour la définition d'alerte spécifiée.