ArcFM Responder Mobile Developer Guide
NextChannelSink Property (CompressionServerSink)






Syntax
'Declaration
 
Public ReadOnly Property NextChannelSink As System.Runtime.Remoting.Channels.IServerChannelSink
'Usage
 
Dim instance As CompressionServerSink
Dim value As System.Runtime.Remoting.Channels.IServerChannelSink
 
value = instance.NextChannelSink
public System.Runtime.Remoting.Channels.IServerChannelSink NextChannelSink {get;}
public read-only property NextChannelSink: System.Runtime.Remoting.Channels.IServerChannelSink; 
public function get NextChannelSink : System.Runtime.Remoting.Channels.IServerChannelSink
public: __property System.Runtime.Remoting.Channels.IServerChannelSink* get_NextChannelSink();
public:
property System.Runtime.Remoting.Channels.IServerChannelSink^ NextChannelSink {
   System.Runtime.Remoting.Channels.IServerChannelSink^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompressionServerSink Class
CompressionServerSink Members

Send Feedback