Table of Contents

Class XPAsyncListServerCore

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class XPAsyncListServerCore : AsyncListServerCore
Inheritance
XPAsyncListServerCore

Constructors

XPAsyncListServerCore(SynchronizationContext)

public XPAsyncListServerCore(SynchronizationContext context)

Parameters

context SynchronizationContext

Properties

AllowInvalidFilterCriteria

protected override bool AllowInvalidFilterCriteria { get; }

Property Value

bool

Methods

CreateCommandQueue(SynchronizationContext, SendOrPostCallback, EventHandler<ListServerGetOrFreeEventArgs>, EventHandler<ListServerGetOrFreeEventArgs>, EventHandler<GetTypeInfoEventArgs>, EventHandler<GetWorkerThreadRowInfoEventArgs>)

protected override CommandQueue CreateCommandQueue(SynchronizationContext context, SendOrPostCallback somethingInTheOutputQueueCallback, EventHandler<ListServerGetOrFreeEventArgs> listServerGet, EventHandler<ListServerGetOrFreeEventArgs> listServerFree, EventHandler<GetTypeInfoEventArgs> getTypeInfo, EventHandler<GetWorkerThreadRowInfoEventArgs> getWorkerThreadRowInfo)

Parameters

context SynchronizationContext
somethingInTheOutputQueueCallback SendOrPostCallback
listServerGet EventHandler<ListServerGetOrFreeEventArgs>
listServerFree EventHandler<ListServerGetOrFreeEventArgs>
getTypeInfo EventHandler<GetTypeInfoEventArgs>
getWorkerThreadRowInfo EventHandler<GetWorkerThreadRowInfoEventArgs>

Returns

CommandQueue