ArcFM Responder Mobile Developer Guide
CreateCall Method






Create a new call object for the specificed account and feature.
Syntax
'Declaration
 
Public Shared Function CreateCall( _
   ByVal account As System.String, _
   ByVal feature As FeatureID, _
   ByVal region As System.Nullable(Of Integer), _
   ByVal critical As System.Nullable(Of CriticalTypeDomain) _
) As CallsObject
'Usage
 
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 CallsObject
 
value = SubmitCallCommand.CreateCall(account, feature, region, critical)
public static CallsObject CreateCall( 
   System.string account,
   FeatureID feature,
   System.Nullable<int> region,
   System.Nullable<CriticalTypeDomain> critical
)
public function CreateCall( 
    account: System.String;
    feature: FeatureID;
    region: System.Nullable;
    critical: System.Nullable
): CallsObject; static; 
public static function CreateCall( 
   account : System.String,
   feature : FeatureID,
   region : System.Nullable,
   critical : System.Nullable
) : CallsObject;
public: static CallsObject* CreateCall( 
   System.string* account,
   FeatureID* feature,
   System.Nullable<int> region,
   System.Nullable<CriticalTypeDomain> critical
) 
public:
static CallsObject^ CreateCall( 
   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