GigaSpaces XAP.NET Documentation
SetSchedulerCorePoolSize Method (coreThreads)
Class LibraryGigaSpaces.Core.Admin.ServiceGridIServiceGridAdminSetSchedulerCorePoolSize(Int32)
The Admin uses a shared scheduler thread pool to perform *all* scheduled operations (monitoring, statistics monitoring). The number of threads used can be set here. Defaults to 10 threads.
Declaration Syntax
C#Visual BasicVisual C++J#
void SetSchedulerCorePoolSize(
	int coreThreads
)
Sub SetSchedulerCorePoolSize ( _
	coreThreads As Integer _
)
void SetSchedulerCorePoolSize(
	int coreThreads
)
void SetSchedulerCorePoolSize(
	int coreThreads
)
Parameters
coreThreads (Int32)
The number of threads the shared scheduler thread pool will use.

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