Responsible for loading of items.

Namespace: Alachisoft.NCache.Runtime.CacheLoader
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
bool LoadNext(
	ref OrderedDictionary data,
	ref Object index
)
Visual Basic
Function LoadNext ( _
	ByRef data As OrderedDictionary, _
	ByRef index As Object _
) As Boolean
Visual C++
bool LoadNext(
	OrderedDictionary^% data, 
	Object^% index
)

Parameters

data
Type: System.Collections.Specialized..::..OrderedDictionary%
key used to reference object
index
Type: System..::..Object%
starting index for the collection

Return Value

object

See Also