ArcFM Engine Developer Guide
CreateMessageSink Method (TcpChannel)


Syntax
'Declaration
 
Public Function CreateMessageSink( _
   ByVal url As String, _
   ByVal remoteChannelData As Object, _
   ByRef objectURI As String _
) As IMessageSink
'Usage
 
Dim instance As TcpChannel
Dim url As String
Dim remoteChannelData As Object
Dim objectURI As String
Dim value As IMessageSink
 
value = instance.CreateMessageSink(url, remoteChannelData, objectURI)
public IMessageSink CreateMessageSink( 
   string url,
   object remoteChannelData,
   out string objectURI
)

Parameters

url
remoteChannelData
objectURI
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

TcpChannel Class
TcpChannel Members

 

 


Send Comment