Click or drag to resize

StationSetupServicesUnloadLocation Method

Unloads a specific SetupLocation.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void UnloadLocation(
	Guid sessionId,
	SetupLocation location
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
location
Type: FactoryLogix.xTend.DataObjectsSetupLocation
A SetupLocation object representing the location to be unloaded. If the UID of the location is known, only the UID property of the SetupLocation object need be populated. Alternatively, the WorkstationId and LocationName properties may be set to identify the specific location where the Item will be loaded.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ResourceNotFoundExceptionThrown if the WorkstationId property of the location parameter is not null and is invalid.
LocationNotFoundExceptionThrown if the location parameter does not identify a valid setup location.
StationSetupExceptionThrown if the location cannot be unloaded.
See Also