Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
C# |
---|
public override IDictionary AddBulk( string[] keys, CacheItem[] items, DSWriteOption dsWriteOptions, string providerName, DataSourceItemsAddedCallback onDataSourceItemsAdded ) |
Visual Basic |
---|
Public Overrides Function AddBulk ( _ keys As String(), _ items As CacheItem(), _ dsWriteOptions As DSWriteOption, _ providerName As String, _ onDataSourceItemsAdded As DataSourceItemsAddedCallback _ ) As IDictionary |
Visual C++ |
---|
public: virtual IDictionary^ AddBulk( array<String^>^ keys, array<CacheItem^>^ items, DSWriteOption dsWriteOptions, String^ providerName, DataSourceItemsAddedCallback^ onDataSourceItemsAdded ) override |
Parameters
- keys
- Type: array<System..::..String>[]()[][]
- items
- Type: array<Alachisoft.NCache.Web.Caching..::..CacheItem>[]()[][]
- dsWriteOptions
- Type: Alachisoft.NCache.Web.Caching..::..DSWriteOption
- providerName
- Type: System..::..String
- onDataSourceItemsAdded
- Type: Alachisoft.NCache.Web.Caching..::..DataSourceItemsAddedCallback