Search Results for

    Show / Hide Table of Contents

    Class FetchJob

    Inheritance
    object
    FetchJob
    Implements
    IEquatable<FetchJob>
    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 record FetchJob : IEquatable<FetchJob>

    Constructors

    | Edit this page View Source

    FetchJob(int, Func<Task>)

    Declaration
    public FetchJob(int FetchableSourceId, Func<Task> FetchFunc)
    Parameters
    Type Name Description
    int FetchableSourceId
    Func<Task> FetchFunc

    Properties

    | Edit this page View Source

    FetchFunc

    Declaration
    public Func<Task> FetchFunc { get; init; }
    Property Value
    Type Description
    Func<Task>
    | Edit this page View Source

    FetchableSourceId

    Declaration
    public int FetchableSourceId { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    JobId

    Declaration
    public long JobId { get; }
    Property Value
    Type Description
    long

    Implements

    IEquatable<T>

    Extension Methods

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