ArcFM Engine Developer Guide
RegionCallStatus(Int32) Method


The identifier for the region.
Gets the Miner.Responder.Framework.BusinessObjects.RegionCallStatus information associated with the given region identifier.
Syntax
'Declaration
 
Public Function RegionCallStatus( _
   ByVal regionId As Integer _
) As RegionCallStatus
'Usage
 
Dim instance As RegionCallStatusRequest
Dim regionId As Integer
Dim value As RegionCallStatus
 
value = instance.RegionCallStatus(regionId)
public RegionCallStatus RegionCallStatus( 
   int regionId
)

Parameters

regionId
The identifier for the region.

Return Value

The status of calls in the region.
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

RegionCallStatusRequest Class
RegionCallStatusRequest Members

 

 


Send Comment