ArcFM Engine 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 Boolean _
) As DataSet
'Usage
 
Dim instance As SubmitCallCommand
Dim useSubmitAndforget As Boolean
Dim value As DataSet
 
value = instance.Submit(useSubmitAndforget)
public DataSet Submit( 
   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 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

SubmitCallCommand Class
SubmitCallCommand Members

 

 


Send Comment