Bamboo.Prevalence.Tests.PrevalenceTestBase.HandsOffOutputLog C# (CSharp) Метод

HandsOffOutputLog() защищенный Метод

protected HandsOffOutputLog ( ) : void
Результат void
		protected void HandsOffOutputLog()
		{
			if (null != _engine)
			{
				_engine.HandsOffOutputLog();
			}
		}