Responsible for removing array of objects from data source. Objects, who failed to remove, will not be removed in cache

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#
Hashtable RemoveFromSource(
	string[] keys
)
Visual Basic
Function RemoveFromSource ( _
	keys As String() _
) As Hashtable
Visual C++
Hashtable^ RemoveFromSource(
	array<String^>^ keys
)

Parameters

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

Return Value

dictionary of keys, that failed, and exception

See Also