Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterDispose Method (Boolean)

Releases the unmanaged resources used by the GSFDeviceAlarmStateAdapter object and optionally releases the managed resources.

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
protected override void Dispose(
	bool disposing
)
Request Example View Source

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also