Search Results for

    Show / Hide Table of Contents

    Delegate BilingualParserFactory

    Used to allow the component to retrieve a bilingual parser whenever it needs one

    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public delegate IBilingualParser BilingualParserFactory()
    Returns
    Type Description
    IBilingualParser

    Constructors

    BilingualParserFactory(object, IntPtr)

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

    Methods

    BeginInvoke(AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke()

    Declaration
    public virtual IBilingualParser Invoke()
    Returns
    Type Description
    IBilingualParser
    In this article
    • Constructors
      • BilingualParserFactory(object, IntPtr)
    • Methods
      • BeginInvoke(AsyncCallback, object)
      • EndInvoke(IAsyncResult)
      • Invoke()
    Back to top Generated by DocFX