GigaSpaces XAP.NET Documentation
LeaseRenewalEventArgs Constructor (exception, expiration, lease)
Class LibraryGigaSpaces.Core.EventsLeaseRenewalEventArgsLeaseRenewalEventArgs(Exception, Int64, ILease)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++J#
public LeaseRenewalEventArgs(
	Exception exception,
	long expiration,
	ILease lease
)
Public Sub New ( _
	exception As Exception, _
	expiration As Long, _
	lease As ILease _
)
public:
LeaseRenewalEventArgs(
	Exception^ exception, 
	long long expiration, 
	ILease^ lease
)
public LeaseRenewalEventArgs(
	Exception exception,
	long expiration,
	ILease lease
)
Parameters
exception (Exception)
The exception (if any) that caused the event to be sent
expiration (Int64)
Expiration time of the lease to which event pertains
lease (ILease)
Lease to which the event pertains

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