| Visual Basic (Declaration) | |
|---|---|
Public Function GetQueueSend() As Long | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public long GetQueueSend() | |
| C++/CLI | |
|---|---|
public: long GetQueueSend(); | |
Return Value
The number of bytes in the send queue.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code