ServerProtocol.GetFromCache(Type, Type) Methode

Definition

Ruft das Object im Cache gespeicherte Schlüssel mithilfe des Schlüssels ab, der aus dem angegebenen Protokolltyp und Servertyp erstellt wurde.

protected:
 System::Object ^ GetFromCache(Type ^ protocolType, Type ^ serverType);
protected object GetFromCache(Type protocolType, Type serverType);
member this.GetFromCache : Type * Type -> obj
Protected Function GetFromCache (protocolType As Type, serverType As Type) As Object

Parameter

protocolType
Type

Ein Type Objekt, das zum Erstellen des Schlüssels verwendet wird, der aus dem Cache abgerufen value werden soll.

serverType
Type

Ein Type Objekt, das zum Erstellen des Schlüssels verwendet wird, der aus dem Cache abgerufen value werden soll.

Gibt zurück

Das Object im Cache gespeicherte Schlüssel verwendet den Schlüssel, der aus protocolType und der serverTypeerstellt wurde.

Gilt für: