Search Results for

    Show / Hide Table of Contents

    Method ObtainedResource

    | Improve this Doc View Source

    ObtainedResource<T>(T)

    Represents a situation in which the service successfully obtains a resource.

    Declaration
    public static Result<T> ObtainedResource<T>(T data)
    Parameters
    Type Name Description
    T data

    The value to be set.

    Returns
    Type Description
    Result<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults