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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.