Click or drag to resize

BaseThreadCoordinatedJobExecutorDispose(Boolean) Method

Releases the unmanaged resources used by the BaseThreadCoordinatedJobExecutor and optionally releases the managed resources

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also