|
static |
Create and immedialtely start a xtd::threading::thread with specified method.
start | A delegate that represents the methods to be invoked when this thread begins executing. |
obj | An object that contains data to be used by the method the thread executes. |
xtd::argument_exception | The start parameter is empty. |