Skip to main content
A newer version of this page is available. .

VirtualServerModeRowsTaskResult Properties

The type of the result for Tasks created in your VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged event handlers.
Name Description
MoreRowsAvailable Gets or sets whether additional rows are available.
Rows Gets or sets the row collection for the current batch.
UserData Gets or sets custom data to pass to your VirtualServerModeSource.MoreRows event handler the next time this event is called.
See Also