[This is preliminary documentation and is subject to change.]
Determines the Identifier (property of the Options of this Thread).
| C# | Visual Basic | Visual C++ |
protected virtual void DetermineIdentifier()
Protected Overridable Sub DetermineIdentifier
protected: virtual void DetermineIdentifier()
Override this method to change the Options.Identifier property if needed.
Default implementation is that when the Identifier is not set, a unique Identifier (considering the identifiers of all threads belonging to this ThreadManager) will automatically be determined, in which the Name of this object will be postfixed with a number to make it unique.
Default implementation is that when the Identifier is not set, a unique Identifier (considering the identifiers of all threads belonging to this ThreadManager) will automatically be determined, in which the Name of this object will be postfixed with a number to make it unique.