Solclient
EndpointPropertiesEndpointPermission Enumeration |
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: 7.2.1.27 (7.2.1.27)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No permission on the endpoint. | |
ReadOnly | 1 | EndpointPermission to read-only. | |
Consume | 2 | EndpointPermission to read and acknowledge messages. | |
ModifyTopic | 3 | EndpointPermission to modify the topic, in addition to Consume privileges. | |
Delete | 4 | EndpointPermission to deprovision or delete, in addition to ModifyTopic privileges. |
See Also