J
Jeroen CEuppens
threading in CF, anybody good tutorials, sites?
Thx Jeroen
Thx Jeroen
Geoff Schwab said:While the concepts may be the same as the full framework or desktop, keep in
mind that not all functionality is available in the .NET Compact Framework
so you should consider this when designing your architecture. Check through
the Threading namespace and verify that any methods you are relying on are
supported by the Compact version of the .NET Framework.
As specific examples, Thread.Abort and Thread.Join are not available so
account for this!