[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( intfaxdev, intpagesSoFar, intduration, stringremoteCSID );