Context.AllocateNamedDataSlot(String) Yöntem

Tanım

Adlandırılmış bir veri yuvası ayırır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static LocalDataStoreSlot ^ AllocateNamedDataSlot(System::String ^ name);
public static LocalDataStoreSlot AllocateNamedDataSlot (string name);
[System.Security.SecurityCritical]
public static LocalDataStoreSlot AllocateNamedDataSlot (string name);
static member AllocateNamedDataSlot : string -> LocalDataStoreSlot
[<System.Security.SecurityCritical>]
static member AllocateNamedDataSlot : string -> LocalDataStoreSlot
Public Shared Function AllocateNamedDataSlot (name As String) As LocalDataStoreSlot

Parametreler

name
String

Veri yuvası için gerekli ad.

Döndürülenler

Yerel veri yuvası nesnesi.

Öznitelikler

Açıklamalar

Yuva tüm bağlamlarda ayrılır. Adlandırılmış veri yuvaları geneldir ve herkes tarafından değiştirilebilir.

Şunlara uygulanır