RVTDocs.com

FabricationConfiguration.SetServicesToLoad

Method
Description:
Sets the services which are to be loaded or not next time reloadConfiguration is called. If a service is not included but is currently loaded then it will be unloaded then.
Syntax
public bool SetServicesToLoad(
	IList<int> serviceIds
)
Parameters
Parameter Type Description
serviceIds IList
Return Value
Type Description
Boolean Returns true if successful. May fail if any service currently loaded is not included and is in use so cannot be unloaded.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null