LEADTOOLS Medical (Leadtools.Ccow assembly)

Connect Method

Show in webframe





A succinct string that contains the application's symbolic name.
Enables an application to establish a connection with the authentication repository.
Syntax
int Connect( 
   string applicationName
)
'Declaration
 
Function Connect( _
   ByVal applicationName As String _
) As Integer
'Usage
 
Dim instance As IAuthenticationRepository
Dim applicationName As String
Dim value As Integer
 
value = instance.Connect(applicationName)

            

            
int Connect( 
   String^ applicationName
) 

Parameters

applicationName
A succinct string that contains the application's symbolic name.

Return Value

The value of a connection coupon that the application can subsequently use to denote itself when performing other authentication repository methods.
Requirements

Target Platforms

See Also

Reference

IAuthenticationRepository Interface
IAuthenticationRepository Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.