Notifications - Constructeur
Crée un objet Notifications à partir du service web basées sur ASMX Notifications .
Espace de noms : WebSvcNotifications
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Sub New
'Utilisation
Dim instance As New Notifications()
public Notifications()
Remarques
Pour créer un objet qui est équivalent à Notifications à l'aide de l'API Windows Communication Foundation (WCF), utilisez un des constructeurs NotificationsClient .
Exemples
Dans l'instruction suivante, NotificationsWebSvc est un espace de noms arbitraire pour le service web basées sur ASMX Notifications .
private static NotificationsWebSvc.Notifications notifications = new NotificationsWebSvc.Notifications();
Dans l'instruction suivante, SvcNotifications est un espace de noms arbitraire pour le service basées sur WCF Notifications . Le paramètre endpt est une valeur String qui spécifie le nom de l'adresse de point de terminaison client dans le fichier app.config (ou dans le fichier web.config pour les applications web).
private static SvcNotifications.NotificationsClient notificationsClient = new SvcNotifications.NotificationsClient(endpt);