Click or drag to resize

EndpointPropertiesEndpointPermission Enumeration

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

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
public enum EndpointPermission
Members
  Member nameValueDescription
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