SharpCifs.Util.Sharpen.Thread.InternalRun C# (CSharp) Méthode

InternalRun() private méthode

private InternalRun ( ) : void
Résultat void
		private void InternalRun ()
		{
			_wrapperThread = this;
			try {
				_runnable.Run ();
			} catch (Exception exception) {
				Console.WriteLine (exception);
			} finally {
				_tgroup.Remove (this);
			}
		}