GigaSpaces XAP.NET Documentation
Lease Method (lease)
Class LibraryGigaSpaces.CoreChangeSetLease(Int64)
Change the entry lease with the new lease.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet Lease(
	long lease
)
Public Function Lease ( _
	lease As Long _
) As ChangeSet
public:
ChangeSet^ Lease(
	long long lease
)
public ChangeSet Lease(
	long lease
)
Parameters
lease (Int64)
Change the lease duration with the new lease, the lease specifies how much time the lease of a changed entry should be after the change operation takes affect in milliseconds.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.ChangeSet.Lease(System.Int64)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)