ServerProtocol.GetFromCache Method (Type, Type)
.NET Framework (current version)
Retrieves the Object that is stored in the cache using the key that was created from the specified protocol type and server type.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- protocolType
-
Type:
System.Type
A Type that is used to create the key to retrieve value from the cache.
- serverType
-
Type:
System.Type
A Type that is used to create the key to retrieve value from the cache.
Return Value
Type: System.ObjectThe Object that is stored in the cache using the key that was created from protocolType and serverType.
.NET Framework
Available since 2.0
Available since 2.0
Show: