Table of Contents

Delegate InMemoryRowFitHandler

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public delegate List<InMemoryComplexRow> InMemoryRowFitHandler(InMemoryRow row)

Parameters

row InMemoryRow

Returns

List<InMemoryComplexRow>

Constructors

InMemoryRowFitHandler(object, nint)

public InMemoryRowFitHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(InMemoryRow, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(InMemoryRow row, AsyncCallback callback, object @object)

Parameters

row InMemoryRow
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual List<InMemoryComplexRow> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

List<InMemoryComplexRow>

Invoke(InMemoryRow)

public virtual List<InMemoryComplexRow> Invoke(InMemoryRow row)

Parameters

row InMemoryRow

Returns

List<InMemoryComplexRow>