Aspects.Logging.Tests.Commons.Dummies.FullTestClass.InnerMethod C# (CSharp) Method

InnerMethod() private static method

The inner method.
private static InnerMethod ( ) : void
return void
        private static void InnerMethod()
        {
            Thread.Sleep(TimeSpan.FromSeconds(.5));
        }
    }