SharpCifs.Util.Sharpen.Thread.InternalRun C# (CSharp) 메소드

InternalRun() 개인적인 메소드

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