 | AbortableFreeNamedDataSlot method |
Leads to Thread.FreeNamedDataSlot(...).
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic static void FreeNamedDataSlot(
string name
)
Public Shared Sub FreeNamedDataSlot (
name As String
)
public:
static void FreeNamedDataSlot(
String^ name
)
static member FreeNamedDataSlot :
name : string -> unit
Parameters
- name String
- The name of the DataSlot.
See also