Aspectacular.DoNothingPerfTestAspect.Step_2_BeforeTryingMethodExec C# (CSharp) Method

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void
        public override void Step_2_BeforeTryingMethodExec()
        {
            //string sign = this.Context.InterceptedCallMetaData.GetMethodSignature();
            //sign.ToString();
        }
DoNothingPerfTestAspect