10.27.03

EndpointProperties.AccessType Property

The access type determines the message delivery policies when more than one Flow is bound to the Endpoint. See EndpointProperties.EndpointAccessType 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.27.0
C#
public EndpointProperties.EndpointAccessType? AccessType { get; set; }

Property Value

Nullable<EndpointProperties.EndpointAccessType>

See Also