Show / Hide Table of Contents

    RollbackResult<TValue>.RollbackResult(ActionResult<TValue> result) Constructor

    .NET Standard 2.x

    Initializes a new instance of the RollbackResult<TValue> class.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public RollbackResult(ActionResult<TValue> result)
    

    Parameters

    result Microsoft.AspNetCore.Mvc.ActionResult<TValue>

    An ActionResult<TValue> object that wraps either a TValue instance or an ActionResult.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon