Share via


ComputerHealthService.MaximumQueueSizeBytes Property

Definition

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.

Applies to