Hi, In my apps, I'm using a separate thread to collect data. When it has finished, I call the Sleep method. In some case, I need him to restart immediately. As the thread is in WaitSleepJoin state, I should call the Interrupt() method. But it seems that the method is not implemented on Mono ... Others ways of doing that ? Thanks !