Bamboo.Prevalence.Tests.PrevalenceTestBase.HandsOffOutputLog C# (CSharp) Méthode

HandsOffOutputLog() protected méthode

protected HandsOffOutputLog ( ) : void
Résultat void
		protected void HandsOffOutputLog()
		{
			if (null != _engine)
			{
				_engine.HandsOffOutputLog();
			}
		}