System.Windows.Forms.XplatUIX11.EndLoop C# (CSharp) Method

EndLoop() private method

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