[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Grant the administrative permissions.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void Grant( AdminACLEntry entry ) |
Public Sub Grant ( _ entry As AdminACLEntry _ ) |
public: void Grant( AdminACLEntry^ entry ) |
Parameters
- entry
- Type: TIBCO.EMS.ADMIN..::.AdminACLEntry
the AdminACLEntry to grant.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
System..::.ArgumentException | if entry is null. |