WebClientProtocol.AddToCache(Type, Object) Metodo

Definizione

Aggiungere un'istanza del gestore del protocollo client alla memoria cache.

protected:
 static void AddToCache(Type ^ type, System::Object ^ value);
protected static void AddToCache (Type type, object value);
static member AddToCache : Type * obj -> unit
Protected Shared Sub AddToCache (type As Type, value As Object)

Parametri

type
Type

Oggetto Type del gestore del protocollo client.

value
Object

Gestore del protocollo client da aggiungere alla cache.

Si applica a