Shortcut for SetAutoGarbageCollection(false) @see SetAutoGarbageCollection
()
| 105 | * @see SetAutoGarbageCollection |
| 106 | */ |
| 107 | public void Stop() { |
| 108 | this.SetAutoGarbageCollection(false); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * @return the runnable that do the garbage collection. This could be used |