ArcFM Responder Mobile Developer Guide
UpdateCallRequest Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal callId As System.Integer, _
   ByVal customerAccount As System.String _
)
'Usage
 
Dim callId As System.Integer
Dim customerAccount As System.String
 
Dim instance As New UpdateCallRequest(callId, customerAccount)
public UpdateCallRequest( 
   System.int callId,
   System.string customerAccount
)
public UpdateCallRequest( 
    callId: System.Integer;
    customerAccount: System.String
); 
public function UpdateCallRequest( 
   callId : System.int,
   customerAccount : System.String
);
public: UpdateCallRequest( 
   System.int callId,
   System.string* customerAccount
)
public:
UpdateCallRequest( 
   System.int callId,
   System.String^ customerAccount
)

Parameters

callId
customerAccount
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

UpdateCallRequest Class
UpdateCallRequest Members

Send Feedback