ArcFM Responder Mobile Developer Guide
MSMQClientChannel Constructor(IDictionary,IClientChannelSinkProvider)






Syntax
'Declaration
 
Public Function New( _
   ByVal properties As System.Collections.IDictionary, _
   ByVal sinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider _
)
'Usage
 
Dim properties As System.Collections.IDictionary
Dim sinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider
 
Dim instance As New MSMQClientChannel(properties, sinkProvider)
public MSMQClientChannel( 
   System.Collections.IDictionary properties,
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider sinkProvider
)
public MSMQClientChannel( 
    properties: System.Collections.IDictionary;
    sinkProvider: System.Runtime.Remoting.Channels.IClientChannelSinkProvider
); 
public function MSMQClientChannel( 
   properties : System.Collections.IDictionary,
   sinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider
);
public: MSMQClientChannel( 
   System.Collections.IDictionary* properties,
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider* sinkProvider
)
public:
MSMQClientChannel( 
   System.Collections.IDictionary^ properties,
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ sinkProvider
)

Parameters

properties
sinkProvider
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

MSMQClientChannel Class
MSMQClientChannel Members
Overload List

Send Feedback