ParameterManager
SendMessage(String,Int32,Int32) Method
See Also  Send Feedback
ParameterManager Namespace > UDPMessageSender Class > SendMessage Method : SendMessage(String,Int32,Int32) Method




Message
TimeOutMillisecond
Port
UDP ile mesaj yayınlar. cevabını getirir.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function SendMessage( _
   ByVal Message As String, _
   ByVal TimeOutMillisecond As Integer, _
   ByVal Port As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim Message As String
Dim TimeOutMillisecond As Integer
Dim Port As Integer
Dim value As String
 
value = UDPMessageSender.SendMessage(Message, TimeOutMillisecond, Port)
C# 
public static string SendMessage( 
   string Message,
   int TimeOutMillisecond,
   int Port
)
Managed Extensions for C++ 
public: static string* SendMessage( 
   string* Message,
   int TimeOutMillisecond,
   int Port
) 
C++/CLI 
public:
static String^ SendMessage( 
   String^ Message,
   int TimeOutMillisecond,
   int Port
) 

Parameters

Message
TimeOutMillisecond
Port

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

See Also

© 2013 All Rights Reserved.