C-DEngine 5.105

TheServiceHostInfo..::..PrioInversionTime Property

Defines the time in seconds that triggers a Queue Priority Inversion. If a message is longer in the queue as the specified value in this parameter, the message will be sent next. If this value is zero, the QueuedSender does not perform Priority Inversion

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int PrioInversionTime { get; set; }
Public Property PrioInversionTime As Integer
	Get
	Set
public:
property int^ PrioInversionTime {
	int^ get ();
	void set (int^ value);
}