Stop() public method

public Stop ( ) : void
return void
Example #1
0
 public static void Release()
 {
     _dispatchThread.Stop();
     _workerThread.Stop();
 }
Example #2
0
 internal static void Release()
 {
     _dispatchThread.Stop();
     _workerThread.Stop();
 }