ArcFM Desktop Developer Guide
CheckIn Method (LicenseServer)


Syntax
'Declaration
 
Public Function CheckIn( _
   ByVal FeatureName As String, _
   ByVal NumLicenses As Long, _
   ByVal UserName As String, _
   ByVal MachineName As String, _
   ByVal Cookie As String _
) As Boolean
'Usage
 
Dim instance As LicenseServer
Dim FeatureName As String
Dim NumLicenses As Long
Dim UserName As String
Dim MachineName As String
Dim Cookie As String
Dim value As Boolean
 
value = instance.CheckIn(FeatureName, NumLicenses, UserName, MachineName, Cookie)
public bool CheckIn( 
   string FeatureName,
   long NumLicenses,
   string UserName,
   string MachineName,
   string Cookie
)

Parameters

FeatureName
NumLicenses
UserName
MachineName
Cookie
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LicenseServer Class
LicenseServer Members

 

 


Send Comment