Search Results for

    Show / Hide Table of Contents

    Delegate ProgressReporter

    Delegate defining the signature for progress reporting events.

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public delegate void ProgressReporter(byte percent)
    Parameters
    Type Name Description
    byte percent

    Percent completed - must be a value from 0 to 100.

    Constructors

    ProgressReporter(object, IntPtr)

    Declaration
    public ProgressReporter(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(byte, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(byte percent, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    byte percent
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(byte)

    Declaration
    public virtual void Invoke(byte percent)
    Parameters
    Type Name Description
    byte percent
    In this article
    • Constructors
      • ProgressReporter(object, IntPtr)
    • Methods
      • BeginInvoke(byte, AsyncCallback, object)
      • EndInvoke(IAsyncResult)
      • Invoke(byte)
    Back to top Generated by DocFX