TrackingServicesLinkDefectsToSymptom Method |
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void LinkDefectsToSymptom(
Guid sessionId,
Guid transactionId,
Guid symptomId,
Guid[] defectIds
)
Public Sub LinkDefectsToSymptom (
sessionId As Guid,
transactionId As Guid,
symptomId As Guid,
defectIds As Guid()
)
public:
virtual void LinkDefectsToSymptom(
Guid sessionId,
Guid transactionId,
Guid symptomId,
array<Guid>^ defectIds
) sealed
abstract LinkDefectsToSymptom :
sessionId : Guid *
transactionId : Guid *
symptomId : Guid *
defectIds : Guid[] -> unit
override LinkDefectsToSymptom :
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