Class Fx
- Namespace
- nanoFramework.M2Mqtt
- Assembly
- nanoFramework.M2Mqtt.dll
Support methods for specific framework
public static class Fx
- Inheritance
-
Fx
- Inherited Members
Methods
SleepThread(int)
Puts the thread to sleep
public static void SleepThread(int millisecondsTimeout)
Parameters
millisecondsTimeout
intTimeout in Milliseconds
StartThread(ThreadStart)
Starts the thread
public static void StartThread(ThreadStart threadStart)
Parameters
threadStart
ThreadStartThread to start