CachingCesiumUriResolver Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Cesium.Advanced
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CachingCesiumUriResolver(
	int max
)
Public Sub New ( 
	max As Integer
)
public:
CachingCesiumUriResolver(
	int max
)
new : 
        max : int -> CachingCesiumUriResolverParameters
- max
 - Type: SystemInt32
The maximum number of remote files to cache before removing the oldest. 
See Also