Click or drag to resize

EndpointPropertiesDiscardBehavior Property

version: 10.21.0
Specifies the behavior of the appliance when a message cannot be added to an endpoint (for example, maximum quota exceeded). This property controls the action the appliance will perform towards the publisher.

When null, the default value of the appliance is used.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
public EndpointPropertiesEndpointDiscardBehavior? DiscardBehavior { get; set; }

Property Value

Type: NullableEndpointPropertiesEndpointDiscardBehavior
See Also