ServerProtocol.AddToCache(Type, Type, Object) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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)