Search Results for

    Show / Hide Table of Contents

    Class FetchMachine

    Inheritance
    object
    FetchMachine
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public class FetchMachine

    Constructors

    | Edit this page View Source

    FetchMachine(int)

    Declaration
    public FetchMachine(int numberOfWorkers = 4)
    Parameters
    Type Name Description
    int numberOfWorkers

    Properties

    | Edit this page View Source

    NumberOfWorkers

    Declaration
    public int NumberOfWorkers { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Enqueue(Func<Task>)

    Declaration
    public void Enqueue(Func<Task> action)
    Parameters
    Type Name Description
    Func<Task> action
    | Edit this page View Source

    Stop()

    Declaration
    public void Stop()

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX