Table of Contents

Delegate InMemoryRowsFitHandler

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

Parameters

row InMemoryRow

Returns

List<InMemoryRow>

Constructors

InMemoryRowsFitHandler(object, nint)

public InMemoryRowsFitHandler(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<InMemoryRow> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

List<InMemoryRow>

Invoke(InMemoryRow)

public virtual List<InMemoryRow> Invoke(InMemoryRow row)

Parameters

row InMemoryRow

Returns

List<InMemoryRow>