Click or drag to resize

IResultT Interface

Generic version of the IResult.

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IResult<out T> : IResult

Type Parameters

T
Type of the value returned

The IResultT type exposes the following members.

Properties
  NameDescription
Public propertyException
Get the exception that has been occurred.
Most of the time when Success is false.
(Inherited from IResult.)
Public propertySuccess
Indicates if the method was successfully executed.
(Inherited from IResult.)
Public propertyValue
Result value.
Top
See Also