GigaSpaces XAP.NET Documentation
ExecuteBulk Method (bulk)
Class LibraryGigaSpaces.Core.PersistencyAbstractExternalDataSourceExecuteBulk(IList<(Of <<'(BulkItem>)>>))
Execute given bulk of operations. Each BulkItem contains one of the following operation - WRITE - given object should be inserted to the data store, UPDATE - given object should be updated in the data store, REMOVE - given object should be deleted from the data store If the implementation uses transactions, all the bulk operations must be executed in one transaction.
Declaration Syntax
C#Visual BasicVisual C++J#
public abstract void ExecuteBulk(
	IList<BulkItem> bulk
)
Public MustOverride Sub ExecuteBulk ( _
	bulk As IList(Of BulkItem) _
)
public:
virtual void ExecuteBulk(
	IList<BulkItem^>^ bulk
) abstract
public abstract void ExecuteBulk(
	IList<BulkItem> bulk
)
Parameters
bulk (IList<(Of <(<'BulkItem>)>)>)
Collection of bulk items to execute

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)