Click or drag to resize

IReturnValueT Interface

Generic version of the IReturnValue.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IReturnValue<out T> : IReturnValue

Type Parameters

T
Type of the value returned

The IReturnValueT type exposes the following members.

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