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.

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

Parameters

SiteCode


Data type: StringQualifiers: [in, SizeLimit("3")]The site code of the site for which the status is reported.
ComponentName


Data type: StringQualifiers: [in, SizeLimit("3")]The name of the component.
TallyIntervals


Data type: String ArrayQualifiers: [out]The tally intervals.
DefaultInterval


Data type: StringQualifiers: [out]The default interval.

Return Values

An SInt32 data type.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.