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

VirtualServerModeRowsEventArgs Constructors

Provides data for the VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged events.
Name Parameters Description
VirtualServerModeRowsEventArgs(CancellationToken, VirtualServerModeConfigurationInfo, Int32, Object) cancellationToken, configurationInfo, currentRowCount, userData Initializes a new instance of the VirtualServerModeRowsEventArgs class with the specified settings.
See Also