-> IPScanner added
-> PortScanner added
This commit is contained in:
16
Networking/SmartThreadPool/SLExt.cs
Normal file
16
Networking/SmartThreadPool/SLExt.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
#if _SILVERLIGHT
|
||||
|
||||
using System.Threading;
|
||||
|
||||
namespace Amib.Threading
|
||||
{
|
||||
public enum ThreadPriority
|
||||
{
|
||||
Lowest,
|
||||
BelowNormal,
|
||||
Normal,
|
||||
AboveNormal,
|
||||
Highest,
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user