ContractLock<T>.Dispose Method
Include Protected Members
Include Inherited Members
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Revokes the lifetime token on a contract.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Revokes the lifetime token on a contract, regardless of input. (Inherited from ContractHandle.)
Revokes the lifetime token on the contract regardless of input and optionally releases the managed resources. (Inherited from ContractHandle.)
Top