ComputerHealthService.MaximumQueueSizeBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum queue size in bytes.
public:
property int MaximumQueueSizeBytes { int get(); };
public int MaximumQueueSizeBytes { get; }
member this.MaximumQueueSizeBytes : int
Public ReadOnly Property MaximumQueueSizeBytes As Integer
Property Value
Returns a Int32 whose value is the maximum size of the health service's queue, expressed in bytes.
Exceptions
Not currently connected to a management group.
Remarks
This value is read from the registry on the host computer. If the send queue reaches its maximum size, unimportant data is automatically purged.