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