Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function SendMessage( _ ByVal Message As String, _ ByVal TimeOutMillisecond As Integer, _ ByVal Port As Integer, _ ByVal retryCount As Integer _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim Message As String Dim TimeOutMillisecond As Integer Dim Port As Integer Dim retryCount As Integer Dim value As String value = UDPMessageSender.SendMessage(Message, TimeOutMillisecond, Port, retryCount) |
C# | |
---|---|
public static string SendMessage( string Message, int TimeOutMillisecond, int Port, int retryCount ) |
Managed Extensions for C++ | |
---|---|
public: static string* SendMessage( string* Message, int TimeOutMillisecond, int Port, int retryCount ) |
C++/CLI | |
---|---|
public: static String^ SendMessage( String^ Message, int TimeOutMillisecond, int Port, int retryCount ) |
Parameters
- Message
- TimeOutMillisecond
- Port
- retryCount
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family