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!

IEnvoyInfo.EnvoySinks

This read-write property gets and sets the envoy sinks. The list of envoys that were contributed by the ServerContext and ServerObject chains when the System.Runtime.Remoting.Object was marshaled.

[Visual Basic]
Property EnvoySinks As IMessageSink
[C#]
IMessageSink EnvoySinks {get; set;}
[C++]
IMessageSink* get_EnvoySinks() = 0;void set_EnvoySinks(IMessageSink*) = 0;
[JScript]
abstract function get EnvoySinks() : IMessageSink;
public abstract function set EnvoySinks(IMessageSink);

Property Value

Read-write.

[To be supplied.]

See Also

IEnvoyInfo Interface | IEnvoyInfo Members | System.Runtime.Remoting Namespace