CTI32 Class Library

FaxCallBack Delegate

Delegate for Fax Page Break Event

[Visual Basic]
Public Delegate Function FaxCallBack( _
   ByVal faxdev As Integer, _
   ByVal pagesSoFar As Integer, _
   ByVal duration As Integer, _
   ByVal remoteCSID As String _
) As Integer
[C#]
public delegate int FaxCallBack(
   int faxdev,
   int pagesSoFar,
   int duration,
   string remoteCSID
);

Requirements

Namespace: CTI32NetLib

Assembly: CTI32NetLib (in CTI32NetLib.dll)

See Also

CTI32NetLib Namespace