ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactorySchemaCache.IsAnySchemaCacheStale Method

Checks all current schema caches for staleness.

[Visual Basic .NET]
Public Function IsAnySchemaCacheStale ( _
) As Boolean
[C#]
public bool IsAnySchemaCacheStale (
);
[C++]
HRESULT IsAnySchemaCacheStale(
  VARIANT_BOOL* isStale
);
[C++]

Parameters

isStale [out, retval]   isStale is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceFactorySchemaCache Interface