 | AbortableAllocateNamedDataSlot method |
Leads to Thread.AllocateNamedDataSlot(...).
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic static LocalDataStoreSlot AllocateNamedDataSlot(
string name
)
Public Shared Function AllocateNamedDataSlot (
name As String
) As LocalDataStoreSlot
public:
static LocalDataStoreSlot^ AllocateNamedDataSlot(
String^ name
)
static member AllocateNamedDataSlot :
name : string -> LocalDataStoreSlot
Parameters
- name String
- Name of the DataSlot.
Return value
LocalDataStoreSlotLocalDataStoreSlot
See also