NetworkOptimizationProgressEventArgs

NetworkOptimizationProgressEventArgs class

Represents the arguments for the progress change event of the optimization operation.

public class NetworkOptimizationProgressEventArgs : EventArgs

Properties

Name Description
NodeIndex { get; } Gets the index of the search network node.
ProcessedSegments { get; } Gets the number of processed segments.
ProgressPercentage { get; } Gets the percentage of the progress.
ServiceIndex { get; } Gets the index of the search network node service.
TotalSegments { get; } Gets the total number of segments for processing.

See Also