UiSynchronizationContext::ManagedUiThreadId Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net
Assembly: System.Net (in System.Net.dll)
Return to top
Gets a unique identifier for the current managed thread.
Assembly: System.Net (in System.Net.dll)
public: [ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)] property int ManagedUiThreadId { static int get(); static void set(int value); }
Property Value
Type: System::Int32Returns Int32.
An integer that represents a unique identifier for this managed thread.
.NET Framework
Available since 4.5
Available since 4.5
Show: