Search Results for

    Show / Hide Table of Contents

    Delegate ImportEngine.MessageCallback

    Namespace: TimeCockpit.Data.Import
    Assembly: TimeCockpit.Data.Import.dll
    Syntax
    public delegate void MessageCallback(ImportEngine source, string worksheet, int row, ImportMessage.Kind severity, string message);
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    System.Int32 row
    ImportMessage.Kind severity
    System.String message

    Constructors

    MessageCallback(Object, IntPtr)

    Declaration
    public MessageCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(ImportEngine, String, Int32, ImportMessage.Kind, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ImportEngine source, string worksheet, int row, ImportMessage.Kind severity, string message, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    System.Int32 row
    ImportMessage.Kind severity
    System.String message
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ImportEngine, String, Int32, ImportMessage.Kind, String)

    Declaration
    public virtual void Invoke(ImportEngine source, string worksheet, int row, ImportMessage.Kind severity, string message)
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    System.Int32 row
    ImportMessage.Kind severity
    System.String message
    In This Article
    Back to top Copyright © 2025 software architects gmbh