Search Results for

    Show / Hide Table of Contents

    Class ProgressCancel

    This class is intended to be passed to long-running computes to 1) provide progress info back to caller (not implemented yet) 2) allow caller to cancel the computation

    Inheritance
    Object
    ProgressCancel
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProgressCancel

    Constructors

    ProgressCancel(ICancelSource)

    Declaration
    public ProgressCancel(ICancelSource source)
    Parameters
    Type Name Description
    ICancelSource source

    ProgressCancel(Func<Boolean>)

    Declaration
    public ProgressCancel(Func<bool> cancelF)
    Parameters
    Type Name Description
    Func<Boolean> cancelF

    Fields

    Source

    Declaration
    public ICancelSource Source
    Field Value
    Type Description
    ICancelSource

    Methods

    Cancelled()

    Check if client would like to cancel

    Declaration
    public bool Cancelled()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top ViRGIS VR GIS