ArcFM Responder Mobile Developer Guide
UpdateCustomerServiceRegionRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal regionId As System.Integer, _
   ByVal fcid As System.Integer, _
   ByVal oids() As System.Integer _
)
'Usage
 
Dim regionId As System.Integer
Dim fcid As System.Integer
Dim oids() As System.Integer
 
Dim instance As New UpdateCustomerServiceRegionRequest(regionId, fcid, oids)
public UpdateCustomerServiceRegionRequest( 
   System.int regionId,
   System.int fcid,
   System.int[] oids
)
public UpdateCustomerServiceRegionRequest( 
    regionId: System.Integer;
    fcid: System.Integer;
    oids: System.Integerarray of
); 
public function UpdateCustomerServiceRegionRequest( 
   regionId : System.int,
   fcid : System.int,
   oids : System.int[]
);
public: UpdateCustomerServiceRegionRequest( 
   System.int regionId,
   System.int fcid,
   System.int[]* oids
)
public:
UpdateCustomerServiceRegionRequest( 
   System.int regionId,
   System.int fcid,
   System.array<int>^ oids
)

Parameters

regionId
fcid
oids
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

UpdateCustomerServiceRegionRequest Class
UpdateCustomerServiceRegionRequest Members

Send Feedback