Timer method (execute the method at a defined interval)
My scenario is:
I have a Cache method that
call a REST -> JSON -response > INSERT/UPDATE the source table of a DeepSee Cube -> Update the Cube only for this change -
I want to view in .NET Application the changes. For that I want that this method should be executed at a defined interval.
Or maybe the solution is a Refresh button in .NET page. is there any way to access a Cache method from .NET?
Any idea how to do it?
it is a way to access a Cache method from .NET
search online doc on .NET binding