G
Guest
Hi there:
I wanna know does it exist in C# that when I call a method, say
myObj.Dummy(), I could caculate the call time of the Dummy() method, if the
time exceed the given value , I could cancel the Dummy() . does C# have the
mechanism?
I wanna know does it exist in C# that when I call a method, say
myObj.Dummy(), I could caculate the call time of the Dummy() method, if the
time exceed the given value , I could cancel the Dummy() . does C# have the
mechanism?