Default constructor.
Declaration Syntax
C# | Visual Basic | Visual 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