set_max_idle_time


Description:

public void set_max_idle_time (TimeSpan value)

Set the maximum amount of time to allow a thread to remain unused

For unlimited, use -1. For none, use 0.

Changing this value will not have any effect on an already waiting thread, though the thread will pick up the new value next time it needs to wait.

Parameters:

value

maximum amount of time (in microseconds) to allow a thread to remain unused before removing it

See also:

set_max_idle_time