Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ChimesResource

    Inheritance
    object
    ChimesResource
    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 ChimesResource

    Methods

    | Edit this page View Source

    BroadcastAsync(object, CancellationToken)

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

    LookupAsync(string, CancellationToken)

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

    PageAsync(object?, CancellationToken)

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

    ScheduleAsync(object, CancellationToken)

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

    SendAsync(object, CancellationToken)

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