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!

ServerProtocol.GetFromCache

[To be supplied.]

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

Parameters

protocolType
[To be supplied.]
serverType
[To be supplied.]

See Also

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