SdlChannelSink(IChannelReceiver, IServerChannelSink) Constructor

Definition

Initializes a new instance of the SdlChannelSink class.

public:
 SdlChannelSink(System::Runtime::Remoting::Channels::IChannelReceiver ^ receiver, System::Runtime::Remoting::Channels::IServerChannelSink ^ nextSink);
public SdlChannelSink (System.Runtime.Remoting.Channels.IChannelReceiver receiver, System.Runtime.Remoting.Channels.IServerChannelSink nextSink);
new System.Runtime.Remoting.MetadataServices.SdlChannelSink : System.Runtime.Remoting.Channels.IChannelReceiver * System.Runtime.Remoting.Channels.IServerChannelSink -> System.Runtime.Remoting.MetadataServices.SdlChannelSink
Public Sub New (receiver As IChannelReceiver, nextSink As IServerChannelSink)

Parameters

receiver
IChannelReceiver

Indicates the channel that will receive the messages serialized by the new instance of SdlChannelSink.

nextSink
IServerChannelSink

The next sink in the sink chain.

Applies to