IsISCLQueueEmpty Example for VB.NET
'LEADDICOMNet1 is a predefined LEADDicomNet object
Private Sub TestIsISCLQueueEmpty ( )
If LEADDICOMNet1.IsISCLQueueEmpty(LEADDICOMNet1.hNet)
Then
MessageBox.Show("ISCL
queue is empty")
Else
MessageBox.Show("ISCL
queue is not empty")
End If
End Sub