|
ManagedThreadState Property
|
An object containing data to be used by the thread's execution method.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic Object State { get; set; }
Public Property State As Object
Get
Set
public:
property Object^ State {
Object^ get ();
void set (Object^ value);
}
member State : Object with get, set
function get_State();
function set_State(value);
View SourceProperty Value
Object
See Also