Hi all,
I'm fetching user's or client's tracking details like his IP,Geolocation,Langitude,Latitude,address etc. and I'm storing it in DB.
While fetching those records, the method say 'TrackUserDetails()' takes time to fetch above mentioned details.. which I need to reduce.
Since I'm calling this method just before User logsIN to main page/site.. LogIN time also increasing.
So I want to use/call 'TrackUserDetails()' asynchronously.. I googled but somehow I'm not being able to use it.
Means this concept is new to me.
Any Help on how to make/call method Asynchronous?
Thanks in adv.
Go to the complete details ...