CallResult(TResult) Constructor (Boolean, TResult)

Tungsten Suite

CallResultTResult Constructor (Boolean, TResult)

Constructor accepting an initial Success value and an initial Result value

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

Parameters

success
Type: SystemBoolean
The initial Success value
result
Type: TResult
The initial Result value
See Also