Search Results for

    Show / Hide Table of Contents

    Delegate MetaFileWorkAsyncError

    Event launched when the asynchronous report processing produces an error

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void MetaFileWorkAsyncError(string errormessage)
    Parameters
    Type Name Description
    string errormessage

    Error message containing error information

    Constructors

    MetaFileWorkAsyncError(object, nint)

    Declaration
    public MetaFileWorkAsyncError(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(string, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(string)

    Declaration
    public virtual void Invoke(string errormessage)
    Parameters
    Type Name Description
    string errormessage
    In this article
    Back to top Generated by DocFX