AddressValidationWatcher Class |
Namespace: Avaya.ClientServices
public class AddressValidationWatcher : DataRetrievalWatcher<AddressValidationResponse, MessagingFailureEventArgs>
The AddressValidationWatcher type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressValidationWatcher |
| Name | Description | |
|---|---|---|
| IsCancelled |
Returns true if the retrieval operation has been cancelled.
(Inherited from DataRetrievalWatcherT, E.) | |
| IsCompleted |
Returns true if the retrieval operation has completed successfully.
(Inherited from DataRetrievalWatcherT, E.) | |
| RequestId |
The unique request ID associated with this data retrieval.
If the request has not been initiated or is not outstanding, the value will be 0.
(Inherited from DataRetrievalWatcherT, E.) |
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the data retrieval operation being watched by this object.
(Inherited from DataRetrievalWatcherT, E.) | |
| Dispose | (Inherited from DataRetrievalWatcherT, E.) | |
| Dispose(Boolean) | (Inherited from DataRetrievalWatcherT, E.) | |
| Finalize | (Inherited from DataRetrievalWatcherT, E.) | |
| GetSnapshot |
Returns a snapshot of the objects in the collection being watched by this object.
(Inherited from DataRetrievalWatcherT, E.) |
| Name | Description | |
|---|---|---|
| DataRetrievalCollectionChanged |
Indicates that the collection of data items associated with the data retrieval has changed.
(Inherited from DataRetrievalWatcherT, E.) | |
| DataRetrievalDone |
Indicates that data retrieval operation being watched by this object has completed.
(Inherited from DataRetrievalWatcherT, E.) | |
| DataRetrievalError |
Indicates that data retrieval operation being watched by this object has failed.
(Inherited from DataRetrievalWatcherT, E.) | |
| DataRetrievalProgress |
Provides updates on the progress of the data retrieval operation being watched by this object.
(Inherited from DataRetrievalWatcherT, E.) |