ArcFM Responder Mobile Developer Guide
Remove Method (IMobileService)






Remove an existing incident
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function Remove( _
   ByVal incidentID As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMobileService
Dim incidentID As System.Integer
Dim value As System.Boolean
 
value = instance.Remove(incidentID)
[System.ServiceModel.OperationContract()]
System.bool Remove( 
   System.int incidentID
)
function Remove( 
    incidentID: System.Integer
): System.Boolean; 
System.ServiceModel.OperationContractAttribute()
function Remove( 
   incidentID : System.int
) : System.boolean;
[System.ServiceModel.OperationContract()]
System.bool Remove( 
   System.int incidentID
) 
[System.ServiceModel.OperationContract()]
System.bool Remove( 
   System.int incidentID
) 

Parameters

incidentID
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

IMobileService Interface
IMobileService Members

Send Feedback