operator=()

Thread::operator=(const Thread&) method

Copies TLS data from different thread.

Thread & System::Threading::Thread::operator=(const Thread &t)

Arguments

ParameterTypeDescription
tconst Thread&Thread to copy data from.

Return Value

Self reference.

See Also