Share via


ComputerHealthService.MaximumQueueSizeBytes Property

 

Applies To: Operations Manager for System Center 2012

Gets the maximum size of the health service's send queue, expressed in bytes.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public int MaximumQueueSizeBytes { get; }
public:
property int MaximumQueueSizeBytes {
    int get();
}
member MaximumQueueSizeBytes : int with get
Public ReadOnly Property MaximumQueueSizeBytes As Integer

Property Value

Type: System.Int32

Returns a Int32 whose value is the maximum size of the health service's queue, expressed in bytes.

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.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top