ComputerHealthService.MaximumQueueSizeBytes Property

Updated: April 16, 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)Dim instance As ComputerHealthService Dim value As Integer value = instance.MaximumQueueSizeBytes Public ReadOnly Property MaximumQueueSizeBytes As Integerpublic int MaximumQueueSizeBytes { get; }public: property int MaximumQueueSizeBytes { int get (); }/** @property */ public int get_MaximumQueueSizeBytes () public function get MaximumQueueSizeBytes () : int Property ValueReturns a Int32 whose value is the maximum size of the health service's queue, expressed in bytes.

This value is read from the registry on the host computer. If the send queue reaches its maximum size, unimportant data is automatically purged.


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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms