Get the action to take on stopping with events in queues.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public bool EmptyQueueOnStop { get; }
Visual Basic (Declaration)
Public ReadOnly Property EmptyQueueOnStop As Boolean
Visual C++
public:
property bool EmptyQueueOnStop {
	bool get ();
}

Field Value

true : service is waiting all events in queues are treated before it stop. false : if events are still in queues when stopping, they are discarded.

See Also