IBusinessObjectApiUpdateBatch Method | |
Update Batch
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void UpdateBatch(
UserContext userContext,
Batch batch
)
void UpdateBatch(
UserContext^ userContext,
Batch^ batch
)
function UpdateBatch(userContext, batch);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext - batch
- Type: PSI.SoxBatch
Batch batch
See Also