Skip to main content

VirtualServerModeTotalSummaryEventArgs.NotifyIntermediateSummaryReady(IDictionary<ServerModeSummaryDescriptor, Object>) Method

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void NotifyIntermediateSummaryReady(
    IDictionary<ServerModeSummaryDescriptor, object> intermediateSummary
)

Parameters

Name Type
intermediateSummary IDictionary<DevExpress.Data.ServerModeSummaryDescriptor, Object>
See Also