JsonRpc.AddLocalRpcTarget 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.
Surcharges
AddLocalRpcTarget(Type, Object, JsonRpcTargetOptions) | |
AddLocalRpcTarget(Object, JsonRpcTargetOptions) |
Ajoute l’objet cible spécifié à appeler lorsque des messages entrants sont reçus. L’objet cible ne doit pas hériter les uns des autres et sont appelés dans l’ordre dans lequel ils sont ajoutés. |
AddLocalRpcTarget(Object) |
Ajoute l’objet cible spécifié à appeler lorsque des messages entrants sont reçus. L’objet cible ne doit pas hériter les uns des autres et sont appelés dans l’ordre dans lequel ils sont ajoutés. |
AddLocalRpcTarget<T>(T, JsonRpcTargetOptions) |
AddLocalRpcTarget(Type, Object, JsonRpcTargetOptions)
public void AddLocalRpcTarget (Type exposingMembersOn, object target, StreamJsonRpc.JsonRpcTargetOptions? options);
member this.AddLocalRpcTarget : Type * obj * StreamJsonRpc.JsonRpcTargetOptions -> unit
Public Sub AddLocalRpcTarget (exposingMembersOn As Type, target As Object, options As JsonRpcTargetOptions)
Paramètres
- exposingMembersOn
- Type
- target
- Object
- options
- JsonRpcTargetOptions
Exceptions
Levée si appelée après StartListening() est appelée et AllowModificationWhileListening est false
.
S’applique à
AddLocalRpcTarget(Object, JsonRpcTargetOptions)
Ajoute l’objet cible spécifié à appeler lorsque des messages entrants sont reçus. L’objet cible ne doit pas hériter les uns des autres et sont appelés dans l’ordre dans lequel ils sont ajoutés.
public void AddLocalRpcTarget (object target, StreamJsonRpc.JsonRpcTargetOptions options);
public void AddLocalRpcTarget (object target, StreamJsonRpc.JsonRpcTargetOptions? options);
member this.AddLocalRpcTarget : obj * StreamJsonRpc.JsonRpcTargetOptions -> unit
Public Sub AddLocalRpcTarget (target As Object, options As JsonRpcTargetOptions)
Paramètres
- target
- Object
Cible à appeler lorsque les messages entrants sont reçus.
- options
- JsonRpcTargetOptions
Ensemble de personnalisations pour la façon dont l’objet cible est inscrit. Si null
, les options par défaut sont utilisées.
S’applique à
AddLocalRpcTarget(Object)
Ajoute l’objet cible spécifié à appeler lorsque des messages entrants sont reçus. L’objet cible ne doit pas hériter les uns des autres et sont appelés dans l’ordre dans lequel ils sont ajoutés.
public void AddLocalRpcTarget (object target);
member this.AddLocalRpcTarget : obj -> unit
Public Sub AddLocalRpcTarget (target As Object)
Paramètres
- target
- Object
Cible à appeler lorsque les messages entrants sont reçus.
S’applique à
AddLocalRpcTarget<T>(T, JsonRpcTargetOptions)
public void AddLocalRpcTarget<T> (T target, StreamJsonRpc.JsonRpcTargetOptions? options);
member this.AddLocalRpcTarget : 'T * StreamJsonRpc.JsonRpcTargetOptions -> unit
Public Sub AddLocalRpcTarget(Of T) (target As T, options As JsonRpcTargetOptions)
Paramètres de type
- T
Paramètres
- target
- T
- options
- JsonRpcTargetOptions