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

Constructor used to create ACLEntries that will be passed to Admin.grant() and Admin.revoke() methods.

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

Syntax

public ACLEntry(
	DestinationInfo destination,
	PrincipalInfo principal,
	Permissions permissions
)
Public Sub New ( _
	destination As DestinationInfo, _
	principal As PrincipalInfo, _
	permissions As Permissions _
)
public:
ACLEntry(
	DestinationInfo^ destination, 
	PrincipalInfo^ principal, 
	Permissions^ permissions
)

Parameters

destination
Type: TIBCO.EMS.ADMIN..::.DestinationInfo
the destination the permissions apply to.
principal
Type: TIBCO.EMS.ADMIN..::.PrincipalInfo
the principal that has the permissions.
permissions
Type: TIBCO.EMS.ADMIN..::.Permissions
the permissions for this entry.

See Also