A
Ahmed
I am trying to create a remoting host where I have a datatable and the
client simply adds rows to the datatable and has the possibility to fetch
the whole datatable.
Every request they make always re-initializes my library so my datatable
becomes a blank one with every new request.What I was looking for is that
once I start my host my datatable will stay in memory until I terminate it
and not with every call to the host.
I hope I am explaining myself correctly
TIA,
Ahmed
client simply adds rows to the datatable and has the possibility to fetch
the whole datatable.
Every request they make always re-initializes my library so my datatable
becomes a blank one with every new request.What I was looking for is that
once I start my host my datatable will stay in memory until I terminate it
and not with every call to the host.
I hope I am explaining myself correctly
TIA,
Ahmed