Miner.Responder.Shared.Interfaces Namespace > IMobileService Interface : RemoveCrew Method |
'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 )
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