Visual Basic (Declaration) | |
---|---|
Public Overloads Sub RestoreCacheState( _ ByVal entityCacheState As EntityCacheState _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CacheStateManager Dim entityCacheState As EntityCacheState instance.RestoreCacheState(entityCacheState) |
C# | |
---|---|
public void RestoreCacheState( EntityCacheState entityCacheState ) |
C++/CLI | |
---|---|
public: void RestoreCacheState( EntityCacheState^ entityCacheState ) |
Parameters
- entityCacheState
- EntityCacheState object to be merged
The entityCacheState provided can be an EntityCacheState deserialized using the EntityCacheState.Restore method or an EntityCacheState created from another EntityManager.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family