ServerProtocol.GetFromCache(Type, Type) Yöntem

Tanım

Object Belirtilen protokol türünden ve sunucu türünden oluşturulan anahtarı kullanarak önbellekte depolanan öğesini alır.

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

Parametreler

protocolType
Type

Type Önbellekten alınacak value anahtarı oluşturmak için kullanılan.

serverType
Type

Type Önbellekten alınacak value anahtarı oluşturmak için kullanılan.

Döndürülenler

Object ve protocolType'den serverType oluşturulan anahtarı kullanarak önbellekte depolanan.

Şunlara uygulanır