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(IFetchDispatcher, int)

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

    Methods

    | Edit this page View Source

    Start()

    Declaration
    public void Start()
    | Edit this page View Source

    Stop()

    Declaration
    public void Stop()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX