 | LoggerSectionQueueSize Property |
Gets or sets the size of the queue - number of records before writing to disk.
Namespace:
Koden.Utils.Logger.ConfigFileSections
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int QueueSize { get; set; }
Public Property QueueSize As Integer
Get
Set
public:
property int QueueSize {
int get ();
void set (int value);
}
member QueueSize : int with get, set
Property Value
Type:
Int32The size of the queue.
See Also