Search Results for

    Show / Hide Table of Contents

    Delegate DbClient.BlobGarbageCleanupWorkerFinished

    A delegate for cleanup worker finished.

    Namespace: TimeCockpit.Data.Database
    Assembly: TimeCockpit.Data.dll
    Syntax
    public delegate void BlobGarbageCleanupWorkerFinished(object sender, EventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The sender.

    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Constructors

    BlobGarbageCleanupWorkerFinished(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, EventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, EventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e
    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(Object, EventArgs)

    Declaration
    public virtual void Invoke(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e
    In This Article
    Back to top Copyright © 2020 software architects gmbh