Miner.Responder.Shared.Channels.MSMQ Namespace > MSMQChannel Class > MSMQChannel Constructor : MSMQChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider) |
'Declaration
Public Function New( _ ByVal properties As System.Collections.IDictionary, _ ByVal clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider, _ ByVal serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider _ )
'Usage
Dim properties As System.Collections.IDictionary Dim clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider Dim serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider Dim instance As New MSMQChannel(properties, clientSinkProvider, serverSinkProvider)
public MSMQChannel( System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider )
public MSMQChannel( properties: System.Collections.IDictionary; clientSinkProvider: System.Runtime.Remoting.Channels.IClientChannelSinkProvider; serverSinkProvider: System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public function MSMQChannel( properties : System.Collections.IDictionary, clientSinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider, serverSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public: MSMQChannel( System.Collections.IDictionary* properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider* clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider* serverSinkProvider )
public: MSMQChannel( System.Collections.IDictionary^ properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider^ clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider^ serverSinkProvider )
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