Click or drag to resize

aceApplicationBaseStartApplication Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Starts the application, keeping thread in the loop. Once it returns false, it means user chosen to quit the application

Namespace:  imbACE.Services.application
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public bool StartApplication(
	string[] arguments = null
)
Request Example View Source

Parameters

arguments (Optional)
Type: SystemString
The command line arguments.

Return Value

Type: Boolean
See Also