ItemServicesBlockItem Method |
Marks the specified
Item as blocked, preventing its use in production.
If the item is already blocked, no changes will be made.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void BlockItem(
Guid sessionId,
Guid itemId
)
Public Sub BlockItem (
sessionId As Guid,
itemId As Guid
)
public:
virtual void BlockItem(
Guid sessionId,
Guid itemId
) sealed
abstract BlockItem :
sessionId : Guid *
itemId : Guid -> unit
override BlockItem :
sessionId : Guid *
itemId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - itemId
- Type: SystemGuid
An Item object representing the new item to be processed.
Exceptions See Also