The amount of time taken at each stage of
document processing.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Dictionary<Activity, Stopwatch> Timers { get; }
Public ReadOnly Property Timers As Dictionary(Of Activity, Stopwatch)
Get
member Timers : Dictionary<Activity, Stopwatch> with get
Property Value
Type:
DictionaryActivity,
Stopwatch
See Also