Show / Hide Table of Contents

Class LiveUiStatisticsHelper

Grafana statistics mechanism for the Ticket Live UI

Inheritance
object
LiveUiStatisticsHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class LiveUiStatisticsHelper

Methods

CollectCounter(string, int, AccumulationType)

Collect a counter, with specified increment, for LiveUI on behalf of current tenant

Declaration
public static void CollectCounter(string counter, int increment, LiveUiStatisticsHelper.AccumulationType accumulationType = AccumulationType.Sum)
Parameters
Type Name Description
string counter
int increment
LiveUiStatisticsHelper.AccumulationType accumulationType
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top