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

Revoke the permissions specified in the given ACLEntries.

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

Syntax

public void Revoke(
	ACLEntry[] acls
)
Public Sub Revoke ( _
	acls As ACLEntry() _
)
public:
void Revoke(
	array<ACLEntry^>^ acls
)

Parameters

acls
Type: array< TIBCO.EMS.ADMIN..::.ACLEntry >[]()[]
an array of ACLEntry objects containing the positive permissions to be revoked.

Exceptions

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

See Also