Sets the value of the AutoSave property.
void SetAutoSave( bool bAutoSave ); |
If true, then the cache will automatically be restored when the XLL is opened, and saved when the XLL is closed. if false, then the developer is responsible for restoring and saving the cache, by calling the Save and Restore methods.
Header: rtdhandles.h
PersistentHandleCache<T> Class | PersistentHandleCache<T> Methods | GetAutoSave