Context.AllocateDataSlot Método

Definição

Aloca um slot de dados sem nome.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Retornos

Um slot de dados locais.

Atributos

Comentários

O slot é alocado em todos os contextos.

Aplica-se a