ArcFM Responder Mobile Developer Guide
Submit Method (SubmitCallCommand)






if true will submit without waiting for response.
Submit the call.
Syntax
'Declaration
 
Public Function Submit( _
   Optional ByVal useSubmitAndforget As System.Boolean _
) As System.Data.DataSet
'Usage
 
Dim instance As SubmitCallCommand
Dim useSubmitAndforget As System.Boolean
Dim value As System.Data.DataSet
 
value = instance.Submit(useSubmitAndforget)
public System.Data.DataSet Submit( 
   System.bool useSubmitAndforget
)
public function Submit( 
    useSubmitAndforget: System.Boolean
): System.Data.DataSet; 
public function Submit( 
   useSubmitAndforget : System.boolean
) : System.Data.DataSet;
public: System.Data.DataSet* Submit( 
   System.bool useSubmitAndforget
) 
public:
System.Data.DataSet^ Submit( 
   System.bool useSubmitAndforget
) 

Parameters

useSubmitAndforget
if true will submit without waiting for response.

Return Value

the submitted call, will be null if using submit and forget
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

SubmitCallCommand Class
SubmitCallCommand Members

Send Feedback