Share via


ComputerHealthService.MaximumQueueSizeBytes Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As ComputerHealthService
Dim value As Integer

value = instance.MaximumQueueSizeBytes

Syntax

'Declaration
Public ReadOnly Property MaximumQueueSizeBytes As Integer
public int MaximumQueueSizeBytes { get; }
public:
property int MaximumQueueSizeBytes {
    int get ();
}
/** @property */
public int get_MaximumQueueSizeBytes ()
public function get MaximumQueueSizeBytes () : int

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ComputerHealthService Class
ComputerHealthService Members
Microsoft.EnterpriseManagement.Administration Namespace