ArcFM Responder Mobile Developer Guide
NextSink Property






Syntax
'Declaration
 
Public ReadOnly Property NextSink As System.Runtime.Remoting.Messaging.IMessageSink
'Usage
 
Dim instance As IdentityClientSink
Dim value As System.Runtime.Remoting.Messaging.IMessageSink
 
value = instance.NextSink
public System.Runtime.Remoting.Messaging.IMessageSink NextSink {get;}
public read-only property NextSink: System.Runtime.Remoting.Messaging.IMessageSink; 
public function get NextSink : System.Runtime.Remoting.Messaging.IMessageSink
public: __property System.Runtime.Remoting.Messaging.IMessageSink* get_NextSink();
public:
property System.Runtime.Remoting.Messaging.IMessageSink^ NextSink {
   System.Runtime.Remoting.Messaging.IMessageSink^ 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

IdentityClientSink Class
IdentityClientSink Members

Send Feedback