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: 25.2.423.0 (25.2.423.0)
Syntaxpublic void StopCacheThread()
Public Sub StopCacheThread
public:
void StopCacheThread()
member StopCacheThread : unit -> unit
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if attempting to stop a thread that is already stopping or stopped. |
See Also