IClientInvoke Interface
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.
Autorise l'appel de rappels d'extension de lien de navigateur Javascript.
public interface class IClientInvoke
public interface IClientInvoke
type IClientInvoke = interface
Public Interface IClientInvoke
Méthodes
| Invoke(String, Object[]) |
Appelle une méthode de rappel client. |
| InvokeAsync<TResult>(String, Object[]) |
Appelle une méthode de rappel client de manière asynchrone. |