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
1.0.0
Parameters
thread Option
ThreadOption
you want to set.
handler
Your Handler
object.