ArcFM Server Developer Guide
CreateSender Method


Syntax
'Declaration
 
Public Shared Function CreateSender( _
   ByVal group As String, _
   ByVal port As Integer, _
   ByVal ttl As Integer, _
   ByVal localInterface As String _
) As MulticastSender
'Usage
 
Dim group As String
Dim port As Integer
Dim ttl As Integer
Dim localInterface As String
Dim value As MulticastSender
 
value = MulticastSender.CreateSender(group, port, ttl, localInterface)
public static MulticastSender CreateSender( 
   string group,
   int port,
   int ttl,
   string 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

 

 


Send Comment