CallResult Constructor (Boolean)

Tungsten Suite

CallResult Constructor (Boolean)

Constructor which accepts an initial value for Success

Namespace:  W
Assembly:  Tungsten.CallResult (in Tungsten.CallResult.dll) Version: 2.0.0
Syntax
C#
public CallResult(
	bool success
)

Parameters

success
Type: SystemBoolean
The initial value for Success
See Also