ITokenServiceDelete Method |
Deletes the specified token.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxSub Delete (
id As Guid
)
abstract Delete :
id : Guid -> unit
Parameters
- id
- Type: SystemGuid
The token ID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | id is Empty. |
| NotFoundException | The token referenced by id cannot be found. |
| InvalidOperationException | The specified token is a basic token, and therefore cannot be deleted. |
| NoPrivilegeException | The caller does not have access to perform the requested operation on the token. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also