Click or drag to resize
EventInformation Class
diaGlobWrapper Help
Encapsulates event data contained within a received event. A null object is returned when the event does not contain any event details.
Inheritance Hierarchy
SystemObject
  InkostarEventInformation

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public sealed class EventInformation

The EventInformation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAlarmDetails
Returns details of the alarm raised within the channel. This value is returned when a ChannelAlarm event is raised.
Public propertyANI
Returns if applicable the inbound call ANI.
Public propertyCallDurationSecs
Returns the duration in seconds of the call. This value is returned when a Disconnected event is raised.
Public propertyCallProgressResult
Returns the enumerated OutboundCallProgressResult which corresponds to the result of the call progress analysis during an outbound call. This value is returned when a Connected event is raised.
Public propertyDigitsReceived
Returns the content of the digits buffer when the digits collection was completed successfully. This value is returned when a DigitsReceived event is raised.
Public propertyDNIS
Returns if applicable the inbound call DNIS.
Public propertyFatalErrrorReason
Returns the content of the fatal error reason when an event of type FatalError is raised.
Public propertyOutboundCallFailureReason
Returns the cause of the outbound call failure when call progress analysis was not used. This value is returned when an OutboundCallFailure event is raised.
Public propertyPlaybackDurationSecs
Returns the duration in seconds of the played prompt. This value is returned when a PlaybackStopped event is raised.
Public propertyRecordingDurationSecs
Returns the duration in seconds of the recorded content. This value is returned when a RecordingStopped event is raised.
Public propertyTaskFailureReason
Returns the content of the task failure reason when an event of type TaskFailed is raised.
Top
See Also