Click or drag to resize

cacheSimpleBaseTloadObjectCachedValuesToTarget Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the object cached values to target.

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public cacheResponseForType<T> loadObjectCachedValuesToTarget(
	T target,
	string instanceID = ""
)
Request Example View Source

Parameters

target
Type: T
The target.
instanceID (Optional)
Type: SystemString
The instance identifier.

Return Value

Type: cacheResponseForTypeT
See Also