TAPIEx.NET Component Documentation

OnRecordTimeOut Delegate

Definition of event delegate you should use if you want to receive the OnRecordTimeOut event.

[Visual Basic]
Public Delegate Sub OnRecordTimeOut( _
ByVal Sender As Object, _
Byval e As OnReferCallArgs_
)
[C#]
public delegate void OnRecordTimeOut(
 object Sender,
   OnReferCallArgs e
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also