Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class BroadcastsResource

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

    Methods

    | Edit this page View Source

    CancelAsync(string, CancellationToken)

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

    LookupAsync(string, CancellationToken)

    Declaration
    public Task<Broadcast> LookupAsync(string broadcastId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string broadcastId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<Broadcast>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX