<< Click to Display Table of Contents >> NShape Reference
|
Closes the project store.
public virtual void Close(IStoreCache storeCache) |
Closes the project store and releases all cached instances and resources.
Close may be called at any time, even if the store was not opened before.
Name |
Description |
---|---|
storeCache |
The store cache associated with this store. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |