Cache.AddObject(Object, 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.
public:
void AddObject(System::Object ^ userKey, System::Object ^ cacheObject);
public void AddObject (object userKey, object cacheObject);
member this.AddObject : obj * obj -> unit
Public Sub AddObject (userKey As Object, cacheObject As Object)
Paramètres
- userKey
- Object
- cacheObject
- Object