Click or drag to resize

SerializableTagCountUpdateEvent Class

Serializable object that the Axiom session uses to send tag count updates to the Axiom service.
Inheritance Hierarchy
SystemObject
  Canary.Axiom.Shared.SerializationObjectsSerializableTagCountUpdateEvent

Namespace: Canary.Axiom.Shared.SerializationObjects
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class SerializableTagCountUpdateEvent

The SerializableTagCountUpdateEvent type exposes the following members.

Constructors
 NameDescription
Public methodSerializableTagCountUpdateEventInitializes a new instance of the SerializableTagCountUpdateEvent class
Top
Properties
 NameDescription
Public propertyTagCountThe current tag count across all controls in a session.
Top
See Also