Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to explicitly call to Gc to realese the object from memory.
Mahendra
Does anyone read documentation these days? The API docs are there for a reason! System.GC.Collect() This doesn't guarantee collection, just suggest to the GC that it might want to think about it.
System.GC.Collect()