Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class AppsResource

    Inheritance
    object
    AppsResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Resources
    Assembly: Inttegro.dll
    Syntax
    public class AppsResource

    Methods

    | Edit this page View Source

    CreateAsync(object, CancellationToken)

    Declaration
    public Task<App> CreateAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<App>
    | Edit this page View Source

    LookupAsync(CancellationToken)

    Declaration
    public Task<App> LookupAsync(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<App>
    | Edit this page View Source

    UpdateAsync(object, CancellationToken)

    Declaration
    public Task<App> UpdateAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<App>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX