T
TS
when calling
BeginInvoke
on a delegate, this performs an asyn call. In the method that the delegate
raises, why don't i have access to httpcontext.current?
how can i save something to state in this method?
thanks
BeginInvoke
on a delegate, this performs an asyn call. In the method that the delegate
raises, why don't i have access to httpcontext.current?
how can i save something to state in this method?
thanks