Used by the lease holder to indicate that it is no longer interested in the resource
or information held by the lease.

C# | Visual Basic | Visual C++ | J# |
void Cancel()
Sub Cancel
void Cancel()
void Cancel()

Exception | Condition |
---|---|
UnknownLeaseException |
The lease being cancelled is unknown to the lease grantor.
|