GigaSpaces XAP.NET Documentation
WriteMultiple<(Of <(T>)>) Method (objects, leaseTime)
Class LibraryGigaSpaces.CoreISpaceProxyWriteMultiple<(Of <(T>)>)(array<T>[]()[], Int64)
Writes the specified objects to the space.
Declaration Syntax
C#Visual BasicVisual C++J#
ILeaseContext<T>[] WriteMultiple<T>(
	T[] objects,
	long leaseTime
)
Function WriteMultiple(Of T) ( _
	objects As T(), _
	leaseTime As Long _
) As ILeaseContext(Of T)()
generic<typename T>
array<ILeaseContext<T>^>^ WriteMultiple(
	array<T>^ objects, 
	long long leaseTime
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to write.
Parameters
objects (array< T >[]()[])
The objects to write.
leaseTime (Int64)
The requested lease time, in milliseconds.
Return Value
An array of leases on successful write (null if NoWriteLease is set).
Exceptions
ExceptionCondition
TransactionExceptionTransaction error occured.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.
WriteMultiplePartialFailureExceptionThe operation had a partial failure.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)