ArcFM Desktop Developer Guide
Heartbeat Method (LicenseServer)


Syntax
'Declaration
 
Public Function Heartbeat( _
   ByVal UserName As String, _
   ByVal MachineName As String, _
   ByVal Features() As String _
) As Boolean
'Usage
 
Dim instance As LicenseServer
Dim UserName As String
Dim MachineName As String
Dim Features() As String
Dim value As Boolean
 
value = instance.Heartbeat(UserName, MachineName, Features)
public bool Heartbeat( 
   string UserName,
   string MachineName,
   string[] Features
)

Parameters

UserName
MachineName
Features
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