Share via


IChannelSinkBase 介面

定義

提供通道接收的基底介面。

public interface class IChannelSinkBase
public interface IChannelSinkBase
[System.Runtime.InteropServices.ComVisible(true)]
public interface IChannelSinkBase
type IChannelSinkBase = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IChannelSinkBase = interface
Public Interface IChannelSinkBase
衍生
屬性

備註

通道接收提供外掛程式點,允許存取流經通道的基礎訊息,以及傳輸機制用來將訊息傳送至遠端物件的數據流。 通道接收會在接收提供者鏈結中連結在一起,而所有通道訊息都會在訊息串行化和傳輸之前流經此鏈結。

屬性

Properties

取得可經由其存取接收上屬性的字典。

適用於