ArcFM Responder Mobile Developer Guide
CreateMessageSink Method (TcpChannel)






Syntax
'Declaration
 
Public Function CreateMessageSink( _
   ByVal url As System.String, _
   ByVal remoteChannelData As System.Object, _
   ByRef objectURI As System.String _
) As System.Runtime.Remoting.Messaging.IMessageSink
'Usage
 
Dim instance As TcpChannel
Dim url As System.String
Dim remoteChannelData As System.Object
Dim objectURI As System.String
Dim value As System.Runtime.Remoting.Messaging.IMessageSink
 
value = instance.CreateMessageSink(url, remoteChannelData, objectURI)
public System.Runtime.Remoting.Messaging.IMessageSink CreateMessageSink( 
   System.string url,
   System.object remoteChannelData,
   out System.string objectURI
)
public function CreateMessageSink( 
    url: System.String;
    remoteChannelData: System.TObject;
   Out  objectURI: System.String
): System.Runtime.Remoting.Messaging.IMessageSink; 
public function CreateMessageSink( 
   url : System.String,
   remoteChannelData : System.Object,
   objectURI : System.String
) : System.Runtime.Remoting.Messaging.IMessageSink;
public: System.Runtime.Remoting.Messaging.IMessageSink* CreateMessageSink( 
   System.string* url,
   System.Object* remoteChannelData,
   [PARAMFLAG::Out] System.string* objectURI
) 
public:
System.Runtime.Remoting.Messaging.IMessageSink^ CreateMessageSink( 
   System.String^ url,
   System.Object^ remoteChannelData,
   [Out] System.String^ objectURI
) 

Parameters

url
remoteChannelData
objectURI
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TcpChannel Class
TcpChannel Members

Send Feedback