Click or drag to resize

TerrainCacheGroup.StopCacheThread 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: 25.1.421.0 (25.1.421.0)
Syntax
public void StopCacheThread()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if attempting to stop a thread that is already stopping or stopped.
See Also