Click or drag to resize
TrackedSection Class
Defines a concurrent section within the code
Inheritance Hierarchy
SystemObject
  CMS.HelpersTrackedSection

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class TrackedSection : IDisposable

The TrackedSection type exposes the following members.

Constructors
  NameDescription
Public methodTrackedSection
Constructor
Top
Fields
  NameDescription
Protected fieldmTracks
List of guids identifying the tracks on which this section belongs to
Top
Properties
  NameDescription
Public propertyName
Section name
Public propertyStarted
Time when the section has started
Public propertyThreadID
Section thread ID
Top
Methods
  NameDescription
Protected methodAddTrack
Adds the given track to the section
Public methodDispose
Disposes the object
Protected methodRemoveTrack
Removes the given track from the section
Public methodStatic memberTrackOpenSections
Tracks the current list of running concurrent sections
Top
See Also