clsObjectCache..::..getObjectFromCache Method
Gets the object from cache.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool getObjectFromCache( string itemID, cacheObjectType itemType, deUserSession oUserSession, out string itemValue )
Public Shared Function getObjectFromCache ( _ itemID As String, _ itemType As cacheObjectType, _ oUserSession As deUserSession, _ <OutAttribute> ByRef itemValue As String _ ) As Boolean
public: static bool^ getObjectFromCache( String^ itemID, cacheObjectType^ itemType, deUserSession^ oUserSession, [OutAttribute] String^% itemValue )
Parameters
- itemID
- Type: String
The item identifier.
- itemType
- Type: FlowWright.cDevDeAPI..::..cacheObjectType
Type of the item.
- oUserSession
- Type: deUserSession
The o user session.
- itemValue
- Type: String%
The item value.