EndpointProperties.DiscardBehavior Property

Solclient

EndpointPropertiesDiscardBehavior Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<EndpointPropertiesEndpointDiscardBehavior> DiscardBehavior { get; set; }
Public Property DiscardBehavior As Nullable(Of EndpointPropertiesEndpointDiscardBehavior)
	Get
	Set
public:
property Nullable<EndpointPropertiesEndpointDiscardBehavior> DiscardBehavior {
	Nullable<EndpointPropertiesEndpointDiscardBehavior> get ();
	void set (Nullable<EndpointPropertiesEndpointDiscardBehavior> value);
}

Property Value

Type: NullableEndpointPropertiesEndpointDiscardBehavior
See Also