LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Connect Method






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
)
function Leadtools.Ccow.IAuthenticationRepository.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: 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

IAuthenticationRepository Interface
IAuthenticationRepository Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.