IChannelSinkBase 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
채널 싱크에 대한 기본 인터페이스를 제공합니다.
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 |
싱크의 속성에 액세스할 수 있는 사전을 가져옵니다. |