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

EmbeddedMethod() public static method

The embedded method.
public static EmbeddedMethod ( ) : void
return void
        public static void EmbeddedMethod()
        {
            Thread.Sleep(TimeSpan.FromSeconds(1));
            InnerMethod();
        }