Context.AllocateNamedDataSlot(String) 方法

定义

分配已命名的数据槽。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

name
String

数据槽所需的名称。

返回

局部数据槽对象。

属性

注解

槽在所有上下文上分配。 命名数据槽是公共的,任何人都可以操作。

适用于