ArcFM Responder Mobile Developer Guide
RemoveCrew Method






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

Parameters

incidentID
crewID
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