Click or drag to resize
CMSPerformanceCounterGetLastLog Method
Gets time of last log.

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 9.0.0
Syntax
C#
public DateTime GetLastLog(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: DateTime

Implements

IPerformanceCounterGetLastLog(String)
See Also