IsISCLQueueEmpty method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL IsISCLQueueEmpty(long hNet);

Overview

Refer to Closing an ISCL Connection

Remarks

(Medical Imaging Suite only) Determines whether the ISCL transmission queue is empty.

The ISCL messages are added to the ISCL transmission queue, and will be sent in order on the network. Every object has its own ISCL transmission queue.

The ISCL transmission queue contains requests to send data, requests to send non-secure data and requests for closing the connection. Closing the connection does not start until all send requests are processed.

See Also

Elements:

SendCEchoRequest method, CloseForced method

Topics:

DICOM Security: Working with ISCL