Returns the number of bytes in the send queue.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetQueueSend() As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomNet
Dim value As Long
value = instance.GetQueueSend() |
C# | |
---|
public long GetQueueSend() |
C++/CLI | |
---|
public:
int64 GetQueueSend(); |
Return Value
The number of bytes in the send queue.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also