SessionStoreCache.CacheSessionStore (Método)

Almacena en memoria caché un almacén con una cadena de clave dada.

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating.Modeling
Ensamblado:  Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (en Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll)

Sintaxis

'Declaración
Public Shared Sub CacheSessionStore ( _
    storeKey As String, _
    store As Store _
)
public static void CacheSessionStore(
    string storeKey,
    Store store
)
public:
static void CacheSessionStore(
    String^ storeKey, 
    Store^ store
)
static member CacheSessionStore : 
        storeKey:string * 
        store:Store -> unit 
public static function CacheSessionStore(
    storeKey : String, 
    store : Store
)

Parámetros

  • storeKey
    Tipo: System.String
    La clave que identifica este almacén.No debe utilizarse.

Seguridad de .NET Framework

Vea también

Referencia

SessionStoreCache Clase

Microsoft.VisualStudio.TextTemplating.Modeling (Espacio de nombres)