NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol.AddToCache

Add an instance of the client protocol handler to the cache.

[Visual Basic]
Protected Shared Sub AddToCache( _
   ByVal type As Type, _
   ByVal value As Object _
)
[C#]
protected static void AddToCache(
   Type type,
   object value
);
[C++]
protected: static void AddToCache(
   Type* type,
   Object* value
);
[JScript]
protected static function AddToCache(
   type : Type,
   value : Object
);

Parameters

type
[To be supplied.]
value
[To be supplied.]

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace