NShape Reference
Store.Close Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.Close Method

Previous pageReturn to chapter overviewNext page

Closes the project store.

Syntax

public virtual void Close(IStoreCache storeCache)

Description

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.

Parameters

Name

Description

storeCache

The store cache associated with this store.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.