ReleaseInstance()

Brief

The strategy instance finalization.

Details

This function is optional, you can omit it in your strategy.

In case this function exists, it is called before the strategy instance is destroyed. You can use this function to dispose objects created in the Prepare function.

back