ArcFM Engine Developer Guide
AddCall Method


add another call to the request, sets Call to this new call.
Syntax
'Declaration
 
Public Function AddCall( _
   ByVal account As String, _
   Optional ByVal feature As FeatureID, _
   Optional ByVal region As Nullable(Of Integer), _
   Optional ByVal critical As Nullable(Of CriticalTypeDomain) _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim account As String
Dim feature As FeatureID
Dim region As Nullable(Of Integer)
Dim critical As Nullable(Of CriticalTypeDomain)
Dim value As SubmitCallCommand
 
value = instance.AddCall(account, feature, region, critical)

Parameters

account
feature
region
critical
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