[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Revoke the permissions specified in the given ACLEntries.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void Revoke( ACLEntry[] acls ) |
Public Sub Revoke ( _ acls As ACLEntry() _ ) |
public: void Revoke( array<ACLEntry^>^ acls ) |
Parameters
- acls
- Type: array<
TIBCO.EMS.ADMIN..::.ACLEntry
>[]()[]
an array of ACLEntry objects containing the positive permissions to be revoked.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
System..::.ArgumentException | if ACLEntry array is null. |