ContractBase.RevokeLifetimeToken(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified token from the list of outstanding lifetime tokens.
public:
virtual void RevokeLifetimeToken(int token);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public void RevokeLifetimeToken (int token);
public void RevokeLifetimeToken (int token);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member RevokeLifetimeToken : int -> unit
override this.RevokeLifetimeToken : int -> unit
abstract member RevokeLifetimeToken : int -> unit
override this.RevokeLifetimeToken : int -> unit
Public Sub RevokeLifetimeToken (token As Integer)
Parameters
- token
- Int32
The token number.
Implements
- Attributes
Exceptions
token
is not found in the list of outstanding lifetime tokens.
Remarks
If the token is not in the list of outstanding lifetime tokens, this method throws an InvalidOperationException.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.