ContractBase.RevokeLifetimeToken(Int32) Method

Definition

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