Responder Developer Guide
CallRateProfile Constructor(Int32,String)


The number of seconds for each profile interval.
The number of calls per hour for each profile interval.
Constructs a call rate profile description object with the specified profile.
Syntax
'Declaration
 
Public Function New( _
   ByVal interval As Integer, _
   ByVal callsPerHourPerInterval As String _
)
'Usage
 
Dim interval As Integer
Dim callsPerHourPerInterval As String
 
Dim instance As New CallRateProfile(interval, callsPerHourPerInterval)
public CallRateProfile( 
   int interval,
   string callsPerHourPerInterval
)

Parameters

interval
The number of seconds for each profile interval.
callsPerHourPerInterval
The number of calls per hour for each profile interval.
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

CallRateProfile Class
CallRateProfile Members
Overload List

 

 


Send Comment