Share via


GetTallyIntervals Method in Class SMS_SummarizerRootStatus

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The GetTallyIntervals Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets an array of tally intervals and the default interval.

The following syntax is simplified from Managed Object Format (MOF) code and is intended to show the definition of the method.

Syntax

SInt32 GetTallyIntervals(
   String SiteCode,
    String ComponentName,
    String TallyIntervals[],
    String DefaultInterval
);

Parameters

  • SiteCode
    Data type: String

    Qualifiers: [in, SizeLimit("3")]

    The site code of the site for which the status is reported.

  • ComponentName
    Data type: String

    Qualifiers: [in, SizeLimit("3")]

    The name of the component.

  • TallyIntervals
    Data type: String Array

    Qualifiers: [out]

    The tally intervals.

  • DefaultInterval
    Data type: String

    Qualifiers: [out]

    The default interval.

Return Values

An SInt32 data type.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_SummarizerRootStatus Server WMI Class