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

Revoke the permissions specified in the given ACLEntry.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void Revoke(
	ACLEntry entry
)
Public Sub Revoke ( _
	entry As ACLEntry _
)
public:
void Revoke(
	ACLEntry^ entry
)

Parameters

entry
Type: TIBCO.EMS.ADMIN..::.ACLEntry
the ACLEntry to revoke.

Exceptions

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

See Also