PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
Timer
Mode Enumeration
Possible modes of
TimerTask
.
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
public
enum
TimerMode
Members
OneShot
0
The timer expires once and then it is automatically stopped and disposed.
Repeat
1
The timer is automatically rescheduled for same duration upon expiry until stopped or disposed.
See Also
Reference
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Members
See Also