Search Results for

    Show / Hide Table of Contents

    Delegate SearchResults.SearchResultComparer

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public delegate int SearchResultComparer(SearchResult a, SearchResult b);
    Parameters
    Type Name Description
    SearchResult a
    SearchResult b
    Returns
    Type Description
    System.Int32

    Constructors

    SearchResultComparer(Object, IntPtr)

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

    Methods

    BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SearchResult a
    SearchResult b
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(SearchResult, SearchResult)

    Declaration
    public virtual int Invoke(SearchResult a, SearchResult b)
    Parameters
    Type Name Description
    SearchResult a
    SearchResult b
    Returns
    Type Description
    System.Int32

    On this page

    • Constructors
      • SearchResultComparer(Object, IntPtr)
    • Methods
      • BeginInvoke(SearchResult, SearchResult, AsyncCallback, Object)
      • EndInvoke(IAsyncResult)
      • Invoke(SearchResult, SearchResult)
    Back to top Generated by DocFX