This documentation is archived and is not being maintained.
IContract::RevokeLifetimeToken Method
Visual Studio 2010
Specifies that the contract is no longer accessible to a client.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
Parameters
- token
- Type: System::Int32
A value, also known as a lifetime token, that identifies the client that is revoking the contract.
Clients of an object that implements IContract call the RevokeLifetimeToken method to notify the object that the client no longer needs the contract. An IContract is guaranteed to be usable as long as at least one lifetime token that it passed to a client has not been revoked.
To acquire a contract, clients call the AcquireLifetimeToken method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: