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!

IContributeEnvoySink Interface

The IContributeEnvoySink interface is implemented by context properties in the Server Context that wish to contribute an envoy message sink on the client end. The Server Envoy Chain is composed from those context properties that implement IContributeEnvoySink interface. The Envoy Chain lives on the client end and acts as representative of the corresponding message sinks from the server context properties.

See also Context.

IContributeEnvoySink

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

[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

IContributeEnvoySink Members | System.Runtime.Remoting Namespace