Context.AllocateDataSlot Methode

Definition

Reserviert einen unbenannten Datenslot.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Gibt zurück

Ein lokaler Datenslot.

Attribute

Hinweise

Der Slot wird für alle Kontexte zugeordnet.

Gilt für: