GigaSpaces XAP.NET Documentation
CreateThread Method (start)
Class LibraryGigaSpaces.Core.ThreadingThreadManagerCreateThread(ThreadStart)
Creates a new instance of the System.Threading.Thread class.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Thread CreateThread(
	ThreadStart start
)
Public Shared Function CreateThread ( _
	start As ThreadStart _
) As Thread
public:
static Thread^ CreateThread(
	ThreadStart^ start
)
public static Thread CreateThread(
	ThreadStart start
)
Parameters
start (ThreadStart)
A System.Threading.ThreadStart delegate that represents the methods to be invoked when this thread begins executing.
Return Value
A new Thread instance.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.5.2.8900 (9.5.2.8900)