tom_bangalore
Mar 14th, 2005, 12:17 AM
Hi ,
I am using tracingbeforeadvice and tracingafteradvice for intercepting before and after a method .
Is there any way that i can intercept my code at the starting of the method .
Say my method is
void foo()
{
//I want to intercept my code here......(here my security code
//comes which restricts access to this method
}
Thanks in Advance ,
Tom
I am using tracingbeforeadvice and tracingafteradvice for intercepting before and after a method .
Is there any way that i can intercept my code at the starting of the method .
Say my method is
void foo()
{
//I want to intercept my code here......(here my security code
//comes which restricts access to this method
}
Thanks in Advance ,
Tom