![]() | TimerMode Enumeration |
Namespace: SolaceSystems.Solclient.Messaging
public enum TimerMode
Member name | Value | Description | |
---|---|---|---|
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. |