Engine_Database.Save_TopLevel_Statistics Method
Save the top-level usage statistics for this instance for a single month
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_TopLevel_Statistics(
int Year,
int Month,
int Hits,
int Sessions,
int RobotHits,
int XmlHits,
int OaiHits,
int JsonHits,
Custom_Tracer Tracer
) |
Parameters
- Year
- Type: System..::..Int32
Year of this usage
- Month
- Type: System..::..Int32
Month of this usage
- Hits
- Type: System..::..Int32
Number of hits at the instance level
- Sessions
- Type: System..::..Int32
Number of sessions at the instance level
- RobotHits
- Type: System..::..Int32
Number of robot hits at the instance level
- XmlHits
- Type: System..::..Int32
Number of XML hits at the instance level
- OaiHits
- Type: System..::..Int32
Number of OAI-PMH hits at the instance level
- JsonHits
- Type: System..::..Int32
Number of JSON hits at the instance level
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successfully logged, otherwise FALSE
Remarks
See Also