SdlChannelSink(IChannelReceiver, IServerChannelSink) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.