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.GetFromCache

Returns an instance of a client protocol handler from the cache.

[Visual Basic]
Protected Shared Function GetFromCache( _
   ByVal type As Type _
) As Object
[C#]
protected static object GetFromCache(
   Type type
);
[C++]
protected: static Object* GetFromCache(
   Type* type
);
[JScript]
protected static function GetFromCache(
   type : Type
) : Object;

Parameters

type
[To be supplied.]

See Also

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