|
KillOnReleaseJobIsInvalid Property
|
Gets a flag that indicates whether the job handle is invalid.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.316-beta+461e40cb239c8ff1c2b7471a13bb1d1852a92e83
Syntaxpublic override bool IsInvalid { get; }Public Overrides ReadOnly Property IsInvalid As Boolean
Get
public:
virtual property bool IsInvalid {
bool get () override;
}abstract IsInvalid : bool with get
override IsInvalid : bool with get
function get_IsInvalid();
View SourceProperty Value
Boolean
See Also