CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Looks up a named data slot.

Namespace: ?System.Threading
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetNamedDataSlot ( _
	name As String _
) As LocalDataStoreSlot
C#
public static LocalDataStoreSlot GetNamedDataSlot(
	string name
)
Visual C++
public:
static LocalDataStoreSlot^ GetNamedDataSlot(
	String^ name
)
JavaScript
System.Threading.Thread.getNamedDataSlot = function(name);

Parameters

name
Type: System..::.String
The name of the local data slot.

Return Value

A LocalDataStoreSlot allocated for this thread.

See Also



Free Download:
 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT