Click or drag to resize

aceTerminalInputaskForOption Method (String, Object, ILogBuilder)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Asks for option.

Namespace:  imbACE.Services.terminal
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static Object askForOption(
	string question,
	Object defans,
	ILogBuilder loger = null
)
Request Example View Source

Parameters

question
Type: SystemString
The question.
defans
Type: SystemObject
The defans.
loger (Optional)
Type: ILogBuilder

Return Value

Type: Object
See Also