System.Windows.Forms.XplatUIX11.EndLoop C# (CSharp) Méthode

EndLoop() private méthode

private EndLoop ( Thread thread ) : void
thread Thread
Résultat void
		internal override void EndLoop(Thread thread) {
			// This is where we one day will shut down the loop for the thread
		}
XplatUIX11