Click or drag to resize
DownloadWatcherDispose Method (Boolean)
Releases the unmanaged resources used by the DownloadWatcher and optionally releases the managed resources

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also