Click or drag to resize

CancellableDataRetrieval Class

Represents cancel of asynchronous data retrieval for the current operation.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCancellableDataRetrieval

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

The CancellableDataRetrieval type exposes the following members.

Methods
  NameDescription
Public methodCancel
Cancels current process.
Public methodDispose
Releases all resources used by the CancellableDataRetrieval
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the CancellableDataRetrieval and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Top
See Also