| EventInformationCallDurationSecs Property |
diaGlobWrapper Help
Returns the duration in seconds of the call. This value is returned when a Disconnected event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic int CallDurationSecs { get; }Public ReadOnly Property CallDurationSecs As Integer
Get
public:
property int CallDurationSecs {
int get ();
}member CallDurationSecs : int with get
Property Value
Type:
Int32
See Also