Drop user defined role.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public void DropRole( AdminPolicy policy, string roleName )
Parameters
- policy
- Type: Aerospike.ClientAdminPolicy
admin configuration parameters, pass in null for defaults - roleName
- Type: SystemString
role name
Implements
IAerospikeClientDropRole(AdminPolicy, String)Exceptions
Exception | Condition |
---|---|
AerospikeException | if command fails |
See Also