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.128 -- Release Build+d4a9a653be1def5888b9be91bb1825c8655f3529
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.