GigaSpaces XAP.NET Documentation
Write<(Of <(T>)>) Method (obj, leaseTime)
Class LibraryGigaSpaces.CoreISpaceProxyWrite<(Of <(T>)>)(T, Int64)
Writes a new object to the space.
Declaration Syntax
C#Visual BasicVisual C++J#
ILeaseContext<T> Write<T>(
	T obj,
	long leaseTime
)
Function Write(Of T) ( _
	obj As T, _
	leaseTime As Long _
) As ILeaseContext(Of T)
generic<typename T>
ILeaseContext<T>^ Write(
	T obj, 
	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
obj (T)
The object to write.
leaseTime (Int64)
The requested lease time, in milliseconds.
Return Value
A lease handle on successful write (null if NoWriteLease is set).
Exceptions
ExceptionCondition
EntryAlreadyInSpaceExceptionAn entry with matching ID exists in space (WriteModifiers.WriteOnly).
EntryNotInSpaceExceptionAn entry with matching ID does not exist in space (WriteModifiers.UpdateOnly).
OperationTimeoutExceptionTimeout expired after waiting for a transactional proper matching entry (when using WriteModifiers.UpdateOrWrite).
TransactionExceptionTransaction error occured.
EntryVersionConflictExceptionOperation is rejected as a result of optimistic locking version conflict.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

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