ArcFM Responder Mobile Developer Guide
AddCall Method






add another call to the request, sets Call to this new call.
Syntax
'Declaration
 
Public Function AddCall( _
   ByVal account As System.String, _
   Optional ByVal feature As FeatureID, _
   Optional ByVal region As System.Nullable(Of Integer), _
   Optional ByVal critical As System.Nullable(Of CriticalTypeDomain) _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim account As System.String
Dim feature As FeatureID
Dim region As System.Nullable(Of Integer)
Dim critical As System.Nullable(Of CriticalTypeDomain)
Dim value As SubmitCallCommand
 
value = instance.AddCall(account, feature, region, critical)
public SubmitCallCommand AddCall( 
   System.string account,
   FeatureID feature,
   System.Nullable<int> region,
   System.Nullable<CriticalTypeDomain> critical
)
public function AddCall( 
    account: System.String;
    feature: FeatureID;
    region: System.Nullable;
    critical: System.Nullable
): SubmitCallCommand; 
public function AddCall( 
   account : System.String,
   feature : FeatureID,
   region : System.Nullable,
   critical : System.Nullable
) : SubmitCallCommand;
public: SubmitCallCommand* AddCall( 
   System.string* account,
   FeatureID* feature,
   System.Nullable<int> region,
   System.Nullable<CriticalTypeDomain> critical
) 
public:
SubmitCallCommand^ AddCall( 
   System.String^ account,
   FeatureID^ feature,
   System.Nullable<int> region,
   System.Nullable<CriticalTypeDomain> critical
) 

Parameters

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