AssemblyCacheMonitor.GetStaleAssembliesCount(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns how many assemblies the cache thinks are stale
public:
int GetStaleAssembliesCount(TimeSpan assemblyStaleTime);
public int GetStaleAssembliesCount (TimeSpan assemblyStaleTime);
member this.GetStaleAssembliesCount : TimeSpan -> int
Public Function GetStaleAssembliesCount (assemblyStaleTime As TimeSpan) As Integer
Parameters
- assemblyStaleTime
- TimeSpan