IsISCLQueueEmpty Example for Visual Basic
If LEADDICOMNet1.IsISCLQueueEmpty (LEADDICOMNet1.hNet) Then MsgBox "ISCL queue is empty" Else MsgBox "ISCL queue is not empty" End If