Search Results for

    Show / Hide Table of Contents

    Class PluginInitializedCallback

    Callback delegate for the InitializePluginAsync(IEnumerable<IPlugin>) call.

    Inheritance
    Object
    PluginInitializedCallback
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public sealed class PluginInitializedCallback : MulticastDelegate

    Constructors

    PluginInitializedCallback(Object, IntPtr)

    Declaration
    public PluginInitializedCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(IPlugin, Exception, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IPlugin plugin, Exception error, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    IPlugin plugin
    Exception error
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(IPlugin, Exception)

    Declaration
    public virtual void Invoke(IPlugin plugin, Exception error)
    Parameters
    Type Name Description
    IPlugin plugin
    Exception error
    In this article
    Back to top Generated by DocFX