IContributeServerContextSink Interface
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Interface IContributeServerContextSink 'Usage Dim instance As IContributeServerContextSink
/** @attribute ComVisibleAttribute(true) */ public interface IContributeServerContextSink
ComVisibleAttribute(true) public interface IContributeServerContextSink
Not applicable.
The IContributeServerContextSink interface is implemented by context properties in a Context class that want to contribute an interception sink at the context boundary on the server end of a remoting call.
The server context chain is composed from those properties in the server context that implement IContributeServerContextSink and which contribute a sink by using the GetServerContextSink method call.
Serialization is an example of such a context property. In this case, the message sink would involve taking a synchronization primitive lock before processing a call any further.
Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.