VirtualServerModeRowsTaskResult(ICollection, Boolean, Object) Constructor
Initializes a new instance of the VirtualServerModeRowsTaskResult class with the specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public VirtualServerModeRowsTaskResult(
ICollection rows,
bool moreRowsAvailable = false,
object userData = null
)
Parameters
Name | Type | Description |
---|---|---|
rows | ICollection | The object to initialize the VirtualServerModeRowsTaskResult.Rows property. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
moreRowsAvailable | Boolean | False | The object to initialize the VirtualServerModeRowsTaskResult.MoreRowsAvailable property. |
userData | Object | null | The object to initialize the VirtualServerModeRowsTaskResult.UserData property. |
See Also