IPerformanceCounterGetValue Method |
Gets value of global or site counter. If the parameter siteName is null, get global counter value.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax long GetValue(
string siteName,
bool updateLastLog = false
)
Parameters
- siteName
- Type: SystemString
Site name - updateLastLog (Optional)
- Type: SystemBoolean
Indicates if date time of last log value should be updated.
Return Value
Type:
Int64See Also