UpdateContactEventArgs Class |
Namespace: Avaya.ClientServices
public class UpdateContactEventArgs : ProtocolEventArgs
The UpdateContactEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Error |
The contact error code for the update operation.
| |
| ProtocolReason |
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) | |
| ProtocolResponseCode |
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) | |
| ProtocolWarning |
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) | |
| ProtocolWarningCode |
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) | |
| UpdatedContact |
The contact which was updated.
|