ArcFM Desktop Developer Guide
StartListening(IPAddress,Int32) Method


Syntax
'Declaration
 
Public Overloads Sub StartListening( _
   ByVal group As IPAddress, _
   ByVal port As Integer _
) 
'Usage
 
Dim instance As MulticastListener
Dim group As IPAddress
Dim port As Integer
 
instance.StartListening(group, port)
public void StartListening( 
   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

MulticastListener Class
MulticastListener Members
Overload List

 

 


Send Comment