Responder Developer Guide
AvailabilityChecker Constructor(Connection)


Connection which is monitored by created AvailabilityChecker
Initializes AvailabilityChecker from the Connection. Connection must be single and not undefined, or exception is thrown Avalability checker can only be created for single connection
Syntax
'Declaration
 
Public Function New( _
   ByVal connection As Connection _
)
'Usage
 
Dim connection As Connection
 
Dim instance As New AvailabilityChecker(connection)
public AvailabilityChecker( 
   Connection connection
)

Parameters

connection
Connection which is monitored by created AvailabilityChecker
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

AvailabilityChecker Class
AvailabilityChecker Members
Overload List

 

 


Send Comment