Returns the number of bytes in the send queue.
public long GetQueueSend()
'Declaration
Public Function GetQueueSend() As Long
'Usage
Dim instance As DicomNet
Dim value As Long
value = instance.GetQueueSend()
public long GetQueueSend()
function Leadtools.Dicom.DicomNet.GetQueueSend()
public:
int64 GetQueueSend();
Return Value
The number of bytes in the send queue.