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
파생
특성

설명

채널 싱크는 채널을 통해 흐르는 기본 메시지와 전송 메커니즘에서 원격 개체로 메시지를 보내는 데 사용하는 스트림에 액세스할 수 있는 플러그 인 지점을 제공합니다. 채널 싱크는 싱크 공급자 체인에 함께 연결되며 모든 채널 메시지는 메시지를 직렬화하고 전송하기 전에 이 체인을 통해 흐릅니다.

속성

Name Description
Properties

싱크의 속성에 액세스할 수 있는 사전을 가져옵니다.

적용 대상