Priority of the timer thread.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic ThreadPriority Priority { get; set; }Public Property Priority As ThreadPriority
Get
Set
Dim instance As Timer
Dim value As ThreadPriority
value = instance.Priority
instance.Priority = value
public:
property ThreadPriority Priority {
ThreadPriority get ();
void set (ThreadPriority value);
}member Priority : ThreadPriority with get, set
/** @property */
public ThreadPriority get_Priority()
/** @property */
public void set_Priority(ThreadPriority value)
function get Priority () : ThreadPriority
function set Priority (value : ThreadPriority)
function get_Priority();
function set_Priority(value);
PROPERTY Priority AS ThreadPriority GET SET
No code example is currently available or this language may not be supported.
Property Value
ThreadPriority
See Also