FabricationConfiguration.UnloadServices
Description:
Unload the specified fabrication services from the project.
Unload the specified fabrication services from the project.
public void UnloadServices(
IList<int> serviceIds
)
-
IList<Int32>serviceIdsThe identifiers of the fabrication services to unload.
-
Fabrication services can not be unloaded if they are in use currently. -or- Some services are not loaded yet.
-
A non-optional argument was null
-
The current fabrication configuration is not connected and updated to source configuration. Reload and try again.