ContractBase::RevokeLifetimeToken Method (Int32)
.NET Framework (current version)
Removes the specified token from the list of outstanding lifetime tokens.
Assembly: System.AddIn (in System.AddIn.dll)
Parameters
- token
-
Type:
System::Int32
The token number.
Implements
IContract::RevokeLifetimeToken(Int32)| Exception | Condition |
|---|---|
| InvalidOperationException | token is not found in the list of outstanding lifetime tokens. |
If the token is not in the list of outstanding lifetime tokens, this method throws an InvalidOperationException.
.NET Framework
Available since 3.5
Available since 3.5
Show: