Click or drag to resize

cacheResponseForType Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public cacheResponseForType(
	string __instanceID,
	folderNode __directory,
	bool __createNewOnNotFound = false,
	Type __instanceType = null
)
Request Example View Source

Parameters

__instanceID
Type: SystemString
The instance identifier.
__directory
Type: folderNode
The directory.
__createNewOnNotFound (Optional)
Type: SystemBoolean
__instanceType (Optional)
Type: SystemType
See Also