ArcFM Desktop Developer Guide
MulticastSender Constructor(IPAddress,Int32,Int32,IPAddress)


Syntax
'Declaration
 
Public Function New( _
   ByVal group As IPAddress, _
   ByVal port As Integer, _
   ByVal ttl As Integer, _
   ByVal localInterface As IPAddress _
)
'Usage
 
Dim group As IPAddress
Dim port As Integer
Dim ttl As Integer
Dim localInterface As IPAddress
 
Dim instance As New MulticastSender(group, port, ttl, localInterface)
public MulticastSender( 
   IPAddress group,
   int port,
   int ttl,
   IPAddress localInterface
)

Parameters

group
port
ttl
localInterface
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MulticastSender Class
MulticastSender Members
Overload List

 

 


Send Comment