CallResult(TResult) Constructor (Boolean)

Tungsten Suite

CallResultTResult Constructor (Boolean)

Constructor accepting an initial Success value

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 Success value
See Also