WebClientProtocol.AddToCache(Type, Object) 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.
Ajoutent une instance du gestionnaire de protocole client au cache.
protected:
static void AddToCache(Type ^ type, System::Object ^ value);
protected static void AddToCache (Type type, object value);
static member AddToCache : Type * obj -> unit
Protected Shared Sub AddToCache (type As Type, value As Object)
Paramètres
- value
- Object
Gestionnaire de protocole client à ajouter au cache.