10.24.0

EndpointPropertiesAccessType Property

The access type determines the message delivery policies when more than one Flow is bound to the Endpoint. See EndpointPropertiesEndpointAccessType for the meaning of each access type. Applies only to durable endpoints of type IQueue. When null, the default value on the appliance is used (default: Exclusive).

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public EndpointPropertiesEndpointAccessType? AccessType { get; set; }

Property Value

NullableEndpointPropertiesEndpointAccessType

See Also