10.24.0

EndpointPropertiesEndpointPermission Enumeration

Defines what permissions are granted for sessions initiated by users other than the owner of the Endpoint (all others).

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum EndpointPermission

Members

None0 No permission on the endpoint.
ReadOnly1 EndpointPermission to read-only.
Consume2 EndpointPermission to read and acknowledge messages.
ModifyTopic3 EndpointPermission to modify the topic, in addition to Consume privileges.
Delete4 EndpointPermission to deprovision or delete, in addition to ModifyTopic privileges.

See Also