GigaSpaces XAP.NET Documentation
ThreadManager Class
Class LibraryGigaSpaces.Core.ThreadingThreadManager
Provides a set of services to wrap common thread tasks.
Declaration Syntax
C#Visual BasicVisual C++J#
public class ThreadManager
Public Class ThreadManager
public ref class ThreadManager
public class ThreadManager
Members
All MembersConstructorsMethods



IconMemberDescription
ThreadManager()()()
Initializes a new instance of the ThreadManager class

CreateThread(ThreadStart)
Creates a new instance of the System.Threading.Thread class.

CreateThread(ThreadStart, Int32)
Creates a new instance of the System.Threading.Thread class.

CreateThread(ParameterizedThreadStart)
Creates a new instance of the System.Threading.Thread class.

CreateThread(ParameterizedThreadStart, Int32)
Creates a new instance of the System.Threading.Thread class.

DetachCurrentThreadFromJvm()()()
Detaches the current thread from Jvm.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
QueueUserWorkItem(WaitCallback)
Queues a method for execution. The method executes when a thread pool thread becomes available.

QueueUserWorkItem(WaitCallback, Object)
Queues a method for execution. The method executes when a thread pool thread becomes available.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ThreadManager

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