Click or drag to resize

EntryGuard Constructor (String, Int32)

Creates a new EntryGuard instance

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public EntryGuard(
	string key,
	int interval
)

Parameters

key
Type: SystemString
A key that is used for logging
interval
Type: SystemInt32
The interval between entries
See Also