Closing an ISCL Connection

When an ISCL connection is no longer needed, it should be closed. There are two options for closing an ISCL using the CloseForced method. To request a disconnection, CloseForced should be called with the bForced parameter set to FALSE. When doing this, it is a good idea to make sure the ISCL queue is empty by calling IsISCLQueueEmpty. To just kill the connection completely, call the CloseForced method with the bForced parameter set to TRUE.