Search Results for

    Show / Hide Table of Contents

    Interface IDispatchQueue<T>

    A dispatch queue interface.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public interface IDispatchQueue<T>
    Type Parameters
    Name Description
    T

    Properties

    QueueCount

    Gets the number of items in the queue.

    Declaration
    long QueueCount { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    Destroy()

    Destroys the queue.

    Declaration
    void Destroy()

    Enqueue(T)

    Enqueues an item for processing.

    Declaration
    void Enqueue(T item)
    Parameters
    Type Name Description
    T item

    The item.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0