[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Revoke the administrative permissions.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void Revoke( AdminACLEntry entry ) |
Public Sub Revoke ( _ entry As AdminACLEntry _ ) |
public: void Revoke( AdminACLEntry^ entry ) |
Parameters
- entry
- Type: TIBCO.EMS.ADMIN..::.AdminACLEntry
the AdminACLEntry containing the positive permissions to be revoked.
Remarks
Only permissions specified as
positive in the AdminPermissions member of supplied AdminAclEntry are
taken into account and revoked. The negative permissions of participating
AdminPermissions are ignored.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
System..::.ArgumentException | if AdminACLEntry is null. |