SessionStoreCache.CacheSessionStore(String, Store) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cache a Store for the given key
public static void CacheSessionStore (string storeKey, Microsoft.VisualStudio.Modeling.Store store);
static member CacheSessionStore : string * Microsoft.VisualStudio.Modeling.Store -> unit
Public Shared Sub CacheSessionStore (storeKey As String, store As Store)
Parameters
- storeKey
- String
Key to cache Store for
- store
- Store
Store to cache
Exceptions
Throws ArgumentException if the storeKey is already in use.