Aracılığıyla paylaş


ServerProtocol.AddToCache(Type, Type, Object) Yöntem

Tanım

Belirtilen protokol türünden ve sunucu türünden oluşturulan bir anahtarı kullanarak önbellekte depolar Object .

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)

Parametreler

protocolType
Type

Type Önbellekte depolamak value için anahtarı oluşturmak için kullanılan.

serverType
Type

Type Önbellekte depolamak value için anahtarı oluşturmak için kullanılan.

value
Object

Object önbellekte depolanacak.

Şunlara uygulanır