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.156 -- Release Build+d9c3c9ff423cb81bc351c70c72797c5bc686ec2e
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.