SdlChannelSink(IChannelReceiver, IServerChannelSink) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe SdlChannelSink.
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)
Parâmetros
- receiver
- IChannelReceiver
Indica o canal que receberá as mensagens serializadas pela nova instância de SdlChannelSink.
- nextSink
- IServerChannelSink
O próximo coletor na cadeia de coletores.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.