ArcFM Solution Developer Guide
CreateMessageSink Method (MSMQChannel)


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 MSMQChannel
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
)

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

MSMQChannel Class
MSMQChannel Members

 

 


Send Comment