ServerProtocol.AddToCache(Type, Type, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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)