JsonRpcTargetOptions.NotifyClientOfEvents Propriété
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.
Obtient ou définit une valeur indiquant si les événements déclenchés sur l’objet cible doivent être relayés au client via un message de notification JSON-RPC.
public bool NotifyClientOfEvents { get; set; }
member this.NotifyClientOfEvents : bool with get, set
Public Property NotifyClientOfEvents As Boolean
Valeur de propriété
Par défaut, il s’agit de true
.