ServerProtocol::GetFromCache Method (Type^, Type^)

 

Retrieves the Object that is stored in the cache using the key that was created from the specified protocol type and server type.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
Object^ GetFromCache(
	Type^ protocolType,
	Type^ serverType
)

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::Object^

The Object that is stored in the cache using the key that was created from protocolType and serverType.

.NET Framework
Available since 2.0
Return to top
Show: