|
ServiceBusServiceBufferThreshold Property
|
Gets or sets the maximum number of
Messages that can be buffered for distribution by the
ServiceBusService before the
the oldest buffered
Messages are discarded to keep memory consumption in check by avoiding
Message flooding.
Namespace: GSF.ServiceBusAssembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.205-beta
Syntax public int BufferThreshold { get; set; }
Public Property BufferThreshold As Integer
Get
Set
public:
property int BufferThreshold {
int get ();
void set (int value);
}
member BufferThreshold : int with get, set
function get_BufferThreshold();
function set_BufferThreshold(value);
View SourceProperty Value
Int32Remarks Set
BufferThreshold to -1 to disable discarding of
Messages.
See Also