This documentation is archived and is not being maintained.
IContract Methods
Visual Studio 2010
The IContract type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcquireLifetimeToken | Specifies that the contract is accessible to a client until the client revokes the contract. |
|
GetRemoteHashCode | Returns a hash code for the IContract. |
|
QueryContract | Returns a contract that is implemented by this contract. |
|
RemoteEquals | Indicates whether the specified contract is equal to this IContract. |
|
RemoteToString | Returns a string representation of the current IContract. |
|
RevokeLifetimeToken | Specifies that the contract is no longer accessible to a client. |
Show: