Share via


Context.AllocateDataSlot Metodo

Definizione

Alloca uno slot di dati senza nome.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static LocalDataStoreSlot ^ AllocateDataSlot();
public static LocalDataStoreSlot AllocateDataSlot ();
[System.Security.SecurityCritical]
public static LocalDataStoreSlot AllocateDataSlot ();
static member AllocateDataSlot : unit -> LocalDataStoreSlot
[<System.Security.SecurityCritical>]
static member AllocateDataSlot : unit -> LocalDataStoreSlot
Public Shared Function AllocateDataSlot () As LocalDataStoreSlot

Restituisce

Slot di dati locale.

Attributi

Commenti

Lo slot viene allocato in tutti i contesti.

Si applica a