Responder Developer Guide
CheckAvailability Method


Program Group (service(s)) which availability is checked
Checks Service/Process availability for the given program groups If service is unavailable, ServiceAvailabilityException is thrown. If no exception is thrown, service is considered as available
Syntax
'Declaration
 
Public Sub CheckAvailability( _
   ByVal groups As ProgramGroupCollection _
) 
'Usage
 
Dim instance As AvailabilityChecker
Dim groups As ProgramGroupCollection
 
instance.CheckAvailability(groups)
public void CheckAvailability( 
   ProgramGroupCollection groups
)

Parameters

groups
Program Group (service(s)) which availability is checked
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

 

 


Send Comment