Gets/Sets the Priority level for the read thread when DataReceivedEnabled is true.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ThreadPriority ReadThreadPriority { get; set; }
Public Property ReadThreadPriority As ThreadPriority Get Set
public: property ThreadPriority ReadThreadPriority { ThreadPriority get (); void set (ThreadPriority value); }