Responder Developer Guide
AffectedCustomers Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal total As Integer, _
   ByVal priority As Integer, _
   ByVal critical As Integer _
)
'Usage
 
Dim total As Integer
Dim priority As Integer
Dim critical As Integer
 
Dim instance As New AffectedCustomers(total, priority, critical)
public AffectedCustomers( 
   int total,
   int priority,
   int critical
)

Parameters

total
priority
critical
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

AffectedCustomers Class
AffectedCustomers Members

 

 


Send Comment