The CCM_ServiceWindowManager WMI class is a client class, in Configuration Manager, manages service windows on the client computer.

The following syntax is simplified from the Managed Object Format (MOF) code and includes all inherited properties.

class CCM_ServiceWindowManager();

Methods

The following table shows the methods in the CCM_ServiceWindowManager class.

Method

Description

GetCurrentWindowAvailableTime Method in Class CCM_ServiceWindowManager

Gets the time remaining in a currently-active service window for a specified type.

GetNextServiceWindowID Method in Class CCM_ServiceWindowManager

Gets the identifier of the next service window closest to the current time.

IsFutureWindowAvailable Method in Class CCM_ServiceWindowManager

Determines whether a service window of a specified type and a given duration is going to be available.

IsWindowAvailableNow Method in Class CCM_ServiceWindowManager

Determines whether a service window of a specified type and a given duration is available to run at the point of time when the call is made.

Properties

The CCM_ServiceWindowManager class does not define any properties.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also