BatchServicesDeleteBatch Method |
Deletes a
Batch given its 123-bit unique identifier (Id property).
Batches may not be deleted if there are production units,
or materials associated with them, or if their are any tracking history records
recorded against them.
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 DeleteBatch(
Guid sessionId,
Guid batchId
)
Public Sub DeleteBatch (
sessionId As Guid,
batchId As Guid
)
public:
virtual void DeleteBatch(
Guid sessionId,
Guid batchId
) sealed
abstract DeleteBatch :
sessionId : Guid *
batchId : Guid -> unit
override DeleteBatch :
sessionId : Guid *
batchId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The 128-bit unique identifier of the Batch (Id property).
Exceptions See Also