Click or drag to resize

Result Constructor (Object, String)

This Constructor sets the result as successful

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Result(
	Object pItem = null,
	string pDescription = ""
)

Parameters

pItem (Optional)
Type: SystemObject
optional can use as data item or other return data bag (see property Item)
pDescription (Optional)
Type: SystemString
optional can write a individuell description
See Also