Property MainThreadId
MainThreadId
Gets or sets the managed thread ID of the application's main UI thread, which is set during Init(string?) and used to determine if code is executing on the main thread.
int? MainThreadId { get; }
Gets or sets the managed thread ID of the application's main UI thread, which is set during Init(string?) and used to determine if code is executing on the main thread.
int? MainThreadId { get; }