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

Revoke the administrative permissions.

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

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

See Also