GigaSpaces XAP.NET Documentation
ILeaseContext<(Of <(T>)>) Interface
Class LibraryGigaSpaces.CoreILeaseContext<(Of <(T>)>)
Extends the basic ILease to provide additional functionality.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ILeaseContext<T> : ILease, 
	IDisposable
Public Interface ILeaseContext(Of T) _
	Implements ILease, IDisposable
generic<typename T>
public interface class ILeaseContext : ILease, 
	IDisposable
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The type of object related to the lease.
Members
All MembersMethodsProperties



IconMemberDescription
Cancel()()()
Used by the lease holder to indicate that it is no longer interested in the resource or information held by the lease.
(Inherited from ILease.)
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Expiration
Returns the absolute time that the lease will expire, represented as milliseconds from the beginning of the epoch, relative to the local clock.
(Inherited from ILease.)
LeaseDisabled
Returns true if lease functionality is disabled for this instance.

Object
Gets the previous value of the entry (null on first write).

Renew(Int64)
Used to renew a lease for an additional period of time.
(Inherited from ILease.)
Uid
Gets the unique identifier of the written entry

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