BatchServicesUpdateBatch Method |
Updates the editable properties of an existing
Batch, such as priorty, status, etc..
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Batch UpdateBatch(
Guid sessionId,
Batch batch
)
Public Function UpdateBatch (
sessionId As Guid,
batch As Batch
) As Batch
public:
virtual Batch^ UpdateBatch(
Guid sessionId,
Batch^ batch
) sealed
abstract UpdateBatch :
sessionId : Guid *
batch : Batch -> Batch
override UpdateBatch :
sessionId : Guid *
batch : Batch -> Batch
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batch
- Type: FactoryLogix.xTend.DataObjectsBatch
A Batch object containing the modified information.
Return Value
Type:
BatchThe updated
Batch object.
Exceptions See Also