Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.