ServerProtocol.AddToCache(Type, Type, Object) Metódus

Definíció

A gyorsítótárban tárol egy Object kulcsot, amely a megadott protokolltípusból és kiszolgálótípusból jön létre.

protected:
 void AddToCache(Type ^ protocolType, Type ^ serverType, System::Object ^ value);
protected void AddToCache(Type protocolType, Type serverType, object value);
member this.AddToCache : Type * Type * obj -> unit
Protected Sub AddToCache (protocolType As Type, serverType As Type, value As Object)

Paraméterek

protocolType
Type

A Type gyorsítótárban tárolandó value kulcs létrehozásához használt kulcs.

serverType
Type

A Type gyorsítótárban tárolandó value kulcs létrehozásához használt kulcs.

value
Object

A Object gyorsítótárban tárolandó.

A következőre érvényes: