Responsible for loading array of objects from the data source. Keys are passed as parameter.

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

Syntax

C#
Dictionary<string, ProviderCacheItem> LoadFromSource(
	string[] keys
)
Visual Basic
Function LoadFromSource ( _
	keys As String() _
) As Dictionary(Of String, ProviderCacheItem)
Visual C++
Dictionary<String^, ProviderCacheItem^>^ LoadFromSource(
	array<String^>^ keys
)

Parameters

keys
Type: array<System..::..String>[]()[][]
array of keys

See Also