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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.