TrackingServicesUnlinkDefectsToSymptom Method  | 
  
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic void UnlinkDefectsToSymptom(
	Guid sessionId,
	Guid transactionId,
	Guid symptomId,
	Guid[] defectIds
)
Public Sub UnlinkDefectsToSymptom ( 
	sessionId As Guid,
	transactionId As Guid,
	symptomId As Guid,
	defectIds As Guid()
)
public:
virtual void UnlinkDefectsToSymptom(
	Guid sessionId, 
	Guid transactionId, 
	Guid symptomId, 
	array<Guid>^ defectIds
) sealed
abstract UnlinkDefectsToSymptom : 
        sessionId : Guid * 
        transactionId : Guid * 
        symptomId : Guid * 
        defectIds : Guid[] -> unit 
override UnlinkDefectsToSymptom : 
        sessionId : Guid * 
        transactionId : Guid * 
        symptomId : Guid * 
        defectIds : Guid[] -> unit Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - transactionId
 - Type: SystemGuid
The transaction Id returned by the TransactionId property of the StartResult. - symptomId
 - Type: SystemGuid
The Id property of the Symptom object to be linked. - defectIds
 - Type: SystemGuid
A list of the Id properties of the Defects to be linked. 
Exceptions
See Also