set Thread Option
Sets ThreadOption
. Refer to ThreadOption. If you want to use ThreadOption.HANDLER, you should provide your handler as a parameter. Otherwise, set Handler
parameter to null
.
Since
3.0.98
Parameters
thread Option
ThreadOption
you want to set.
handler
Your Handler
object.