CallResult(TResult) Constructor

Tungsten Suite

CallResultTResult Constructor

Overload List
  NameDescription
Public methodCallResultTResult
Default constructor
Public methodCallResultTResult(Boolean)
Constructor accepting an initial Success value
Public methodCallResultTResult(Boolean, TResult)
Constructor accepting an initial Success value and an initial Result value
Public methodCallResultTResult(Boolean, TResult, Exception)
Constructor accepting an initial Success value, an initial Result value and an initial Exception value
Top
See Also