SdlChannelSinkProvider.CreateSink(IChannelReceiver) Metodo

Definizione

Crea una catena di sink.

public:
 virtual System::Runtime::Remoting::Channels::IServerChannelSink ^ CreateSink(System::Runtime::Remoting::Channels::IChannelReceiver ^ channel);
public System.Runtime.Remoting.Channels.IServerChannelSink CreateSink (System.Runtime.Remoting.Channels.IChannelReceiver channel);
abstract member CreateSink : System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.IServerChannelSink
override this.CreateSink : System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.IServerChannelSink
Public Function CreateSink (channel As IChannelReceiver) As IServerChannelSink

Parametri

channel
IChannelReceiver

Canale per il quale creare la catena di sink di canale.

Restituisce

Primo sink della catena di sink di canale appena creata.

Implementazioni

Si applica a