[TIBCO.EMS .NET Admin client library 6.0 documentation]

Grant the administrative permissions.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or some error occurred.
System..::.ArgumentException if entry is null.

See Also