NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContributeObjectSink Interface

The IContributeObjectSink interface is implemented by context properties in a Context that wish to contribute an object specific interception sink on the server end of a remoting call.

The Server Object Chain is composed from those context properties in the server object's context that implement IContributeObjectSink interface. (Just-In-Time activation is an example of such a property, i.e. the message sink would activate the object after the call arrives and then pass the message on to the object.)

IContributeObjectSink

[Visual Basic]
Public Interface IContributeObjectSink
[C#]
public interface IContributeObjectSink
[C++]
public __gc __interface IContributeObjectSink

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

IContributeObjectSink Members | System.Runtime.Remoting Namespace