Click or drag to resize
DownloadWatcher Class
A watcher class for monitoring Download requests.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesDownloadWatcher

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class DownloadWatcher : IDisposable

The DownloadWatcher type exposes the following members.

Methods
  NameDescription
Public methodCancel
This function allows clients to cancel pending download request.
Public methodDispose
Releases all resources used by the DownloadWatcher
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the DownloadWatcher and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Top
See Also