|
JobManagerJobThreadInstance Property |
Current instance of the job thread
Namespace: DrawerBackup.Native.JobsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Thread Instance { get; set; }
Public Property Instance As Thread
Get
Set
public:
property Thread^ Instance {
Thread^ get ();
void set (Thread^ value);
}
member Instance : Thread with get, set
Property Value
Type:
Thread
See Also