다음을 통해 공유


IContributeServerContextSink 인터페이스

이 인터페이스는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

원격 호출의 서버 쪽 컨텍스트 경계에 가로채기 싱크를 제공합니다.

네임스페이스: System.Runtime.Remoting.Contexts
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
Public Interface IContributeServerContextSink
‘사용 방법
Dim instance As IContributeServerContextSink
[ComVisibleAttribute(true)] 
public interface IContributeServerContextSink
[ComVisibleAttribute(true)] 
public interface class IContributeServerContextSink
/** @attribute ComVisibleAttribute(true) */ 
public interface IContributeServerContextSink
ComVisibleAttribute(true) 
public interface IContributeServerContextSink

설명

IContributeServerContextSink 인터페이스는 원격 호출의 서버 쪽 컨텍스트 경계에 가로채기 싱크를 제공할 Context 클래스의 컨텍스트 속성에 의해 구현됩니다.

서버 컨텍스트 체인은 IContributeServerContextSink를 구현하고 GetServerContextSink 메서드 호출을 사용하여 싱크를 제공하는 서버 컨텍스트 속성에서 구성됩니다.

serialization은 이러한 컨텍스트 속성의 예입니다. 이 경우 메시지 싱크에서는 호출을 계속 처리하기 전에 동기화 기본 형식 잠금을 설정해야 합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

IContributeServerContextSink 멤버
System.Runtime.Remoting.Contexts 네임스페이스