Click or drag to resize

TerrainCacheGroupStopCacheThread Method

Stops the thread associated with this cache group. This method does not return until the thread has stopped.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void StopCacheThread()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if attempting to stop a thread that is already stopping or stopped.
See Also