ArcFM Responder Mobile Developer Guide
IdentityClientSink Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal next As System.Object _
)
'Usage
 
Dim next As System.Object
 
Dim instance As New IdentityClientSink(next)
public IdentityClientSink( 
   System.object next
)
public IdentityClientSink( 
    next: System.TObject
); 
public function IdentityClientSink( 
   next : System.Object
);
public: IdentityClientSink( 
   System.Object* next
)
public:
IdentityClientSink( 
   System.Object^ next
)

Parameters

next
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