TimerMode Enumeration

Solclient

TimerMode Enumeration
version: 7.2.1.27
Possible modes of TimerTask.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public enum TimerMode
Public Enumeration TimerMode
public enum class TimerMode
Members
  Member nameValueDescription
OneShot0 The timer expires once and then it is automatically stopped and disposed.
Repeat1 The timer is automatically rescheduled for same duration upon expiry until stopped or disposed.
See Also