|
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.315-beta+4adf42f504c53785d91f363b84ec3ef7639a1462
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