CallResult(TResult) Properties

Tungsten Suite

CallResultTResult Properties

The CallResultTResult generic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty
Provides a new instance of an uninitialized CallResult<TResult>
Public propertyException
Provide exception data to the caller if desired
(Inherited from CallResult.)
Public propertyResult
The return value
Public propertySuccess
Set to True if the function succeeds, otherwise False
(Inherited from CallResult.)
Top
See Also