ArcFM Desktop Developer Guide
MulticastSender Constructor(IPAddress,Int32)


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

Parameters

group
port
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