ArcFM Responder Mobile Developer Guide
RegionCallStatus Constructor






The ID of the associated region.
Creates a new RegionCallStatus instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal regionId As System.Integer _
)
'Usage
 
Dim regionId As System.Integer
 
Dim instance As New RegionCallStatus(regionId)
public RegionCallStatus( 
   System.int regionId
)
public RegionCallStatus( 
    regionId: System.Integer
); 
public function RegionCallStatus( 
   regionId : System.int
);
public: RegionCallStatus( 
   System.int regionId
)
public:
RegionCallStatus( 
   System.int regionId
)

Parameters

regionId
The ID of the associated region.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegionCallStatus Class
RegionCallStatus Members

Send Feedback