Skip to content

IProgressIndicator interface

This interface is used to assign progress indicator for different time-consuming operations

public interface Korzh.EasyQuery.IProgressIndicator

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
SetMinMax(int min, int max)voidSets the minimum and maximum values of progress indicator.
SetPosition(int pos)voidMoves the progress indicator to the specified position.