ArcFM Responder Mobile Developer Guide
NextChannelSink Property (MSMQClientTransportSink)






Syntax
'Declaration
 
Public ReadOnly Property NextChannelSink As System.Runtime.Remoting.Channels.IClientChannelSink
'Usage
 
Dim instance As MSMQClientTransportSink
Dim value As System.Runtime.Remoting.Channels.IClientChannelSink
 
value = instance.NextChannelSink
public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink {get;}
public read-only property NextChannelSink: System.Runtime.Remoting.Channels.IClientChannelSink; 
public function get NextChannelSink : System.Runtime.Remoting.Channels.IClientChannelSink
public: __property System.Runtime.Remoting.Channels.IClientChannelSink* get_NextChannelSink();
public:
property System.Runtime.Remoting.Channels.IClientChannelSink^ NextChannelSink {
   System.Runtime.Remoting.Channels.IClientChannelSink^ 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

MSMQClientTransportSink Class
MSMQClientTransportSink Members

Send Feedback