Class ManagedAutoReleasePool
Managed auto-release pool.
Inheritance
System.Object
ManagedAutoReleasePool
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ManagedAutoReleasePool : object
Methods
LoopBegin()
Should be invoked when the loop begins before other code.
Declaration
public void LoopBegin()
LoopEnd()
Should be invoked when the loop ends after other code.
Declaration
public void LoopEnd()