IContributeObjectSink 인터페이스

정의

원격 호출의 서버 끝에 개체별 인터셉션 싱크를 제공합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class IContributeObjectSink
public interface IContributeObjectSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeObjectSink
type IContributeObjectSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeObjectSink = interface
Public Interface IContributeObjectSink
특성

설명

인터페이스는 IContributeObjectSink 원격 호출의 서버 끝에 개체별 인터셉션 싱크를 기여하려는 클래스의 컨텍스트 속성 Context 에 의해 구현됩니다.

서버 개체 체인은 구현하는 서버 개체의 컨텍스트에서 해당 컨텍스트 속성으로 구성됩니다 IContributeObjectSink.

메서드

Name Description
GetObjectSink(MarshalByRefObject, IMessageSink)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

제공된 서버 개체의 메시지 싱크를 지정된 싱크 체인 앞에 연결합니다.

적용 대상