Neokernel API

Scheduler.initProps Method

Provides default values for the following props if they haven't been set previously.

service_name
The name this agent uses to register with Service Manager. The default value is scheduler.
number_of_threads
The number of threads reserved for waking up scheduled clients. The default value is 5.

public override void initProps();

Implements

AgentInterface.initProps

See Also

Scheduler Class | com.neokernel.nk Namespace