Class CallActionProcessedEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for processed call action
public class CallActionProcessedEventArgs : CallbackEventArgs
- Inheritance
-
CallActionProcessedEventArgs
- Inherited Members
Constructors
CallActionProcessedEventArgs()
Initializes a new instance of the CallJournalClientEventArgs class
public CallActionProcessedEventArgs()
Properties
CallActionType
public CallActionType CallActionType { get; }
Property Value
CallId
public int CallId { get; }
Property Value
Succeeded
public bool Succeeded { get; }
Property Value
Methods
ToString()
public override string ToString()