The current running thread.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[BrowsableAttribute(false)] public Thread RunningThread { get; private set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Property RunningThread As Thread Get Private Set |
Visual C++ |
---|
[BrowsableAttribute(false)] public: virtual property Thread^ RunningThread { Thread^ get () sealed; private: void set (Thread^ value) sealed; } |