Search Results for

    Show / Hide Table of Contents

    Class FetchWorker

    Inheritance
    object
    FetchWorker
    Implements
    IDisposable
    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 FetchWorker : IDisposable

    Constructors

    | Edit this page View Source

    FetchWorker(IFetchDispatcher)

    Declaration
    public FetchWorker(IFetchDispatcher fetchDispatcher)
    Parameters
    Type Name Description
    IFetchDispatcher fetchDispatcher

    Fields

    | Edit this page View Source

    RestartCounter

    Declaration
    public static long RestartCounter
    Field Value
    Type Description
    long

    Methods

    | Edit this page View Source

    Dispose()

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

    Dispose(bool)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    | Edit this page View Source

    Start()

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

    Stop()

    Declaration
    public void Stop()

    Implements

    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX