Delegate SortDisambiguator.Disambiguator
Represents a method which compares two objects, and returns a value indicating
the sort order.
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public delegate int Disambiguator(SearchResult a, SearchResult b);
Parameters
Returns
Type |
Description |
Int32 |
A value indicating the sort order between the two objects
|
Constructors
Represents a method which compares two objects, and returns a value indicating
the sort order.
Declaration
public Disambiguator(object object, IntPtr method)
Parameters
Type |
Name |
Description |
Object |
object |
|
IntPtr |
method |
|
Methods
Represents a method which compares two objects, and returns a value indicating
the sort order.
Declaration
public virtual IAsyncResult BeginInvoke(SearchResult a, SearchResult b, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
IAsyncResult |
|
Represents a method which compares two objects, and returns a value indicating
the sort order.
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
IAsyncResult |
result |
|
Returns
Represents a method which compares two objects, and returns a value indicating
the sort order.
Declaration
public virtual int Invoke(SearchResult a, SearchResult b)
Parameters
Returns