Miner.Responder.Shared.Channels.Ipc Namespace > SessionIpcChannel Class > SessionIpcChannel Constructor : SessionIpcChannel 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 SessionIpcChannel(properties, clientSinkProvider, serverSinkProvider)
public SessionIpcChannel( System.Collections.IDictionary properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider )
public SessionIpcChannel( properties: System.Collections.IDictionary; clientSinkProvider: System.Runtime.Remoting.Channels.IClientChannelSinkProvider; serverSinkProvider: System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public function SessionIpcChannel( properties : System.Collections.IDictionary, clientSinkProvider : System.Runtime.Remoting.Channels.IClientChannelSinkProvider, serverSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider );
public: SessionIpcChannel( System.Collections.IDictionary* properties, System.Runtime.Remoting.Channels.IClientChannelSinkProvider* clientSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider* serverSinkProvider )
public: SessionIpcChannel( 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