|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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