Click or drag to resize

aceTerminalInputaskForOption Method (String, Object, IList, ILogBuilder)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

question
Type: SystemString
defans
Type: SystemObject
options
Type: System.CollectionsIList
loger (Optional)
Type: ILogBuilder

Return Value

Type: Object
See Also