 | AbortableAllocateNamedDataSlot Methode |
Leads to Thread.AllocateNamedDataSlot(...).
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
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
Parameter
- name String
- Name of the DataSlot.
Rückgabewert
LocalDataStoreSlotLocalDataStoreSlot
Siehe auch