SharedTimerAutoReset Property
Gets or sets flag that indicates whether the
SharedTimer should raise the
Elapsed event only
once
false or repeatedly
true.
Namespace: Gemstone.ThreadingAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.137 -- Release Build+241897d8e370542c4e111be073532bb8b8e15519
public bool AutoReset { get; set; }
Public Property AutoReset As Boolean
Get
Set
public:
property bool AutoReset {
bool get ();
void set (bool value);
}
function get_AutoReset();
function set_AutoReset(value);
Return Value
Booleantrue the
SharedTimer should raise the
Elapsed event each time the interval elapses; otherwise,
false if it should raise the
Elapsed event only once, after the first time the interval elapses.
The default is
true.