ArcFM Solution 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
)

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