Table of Contents

Interface IProgressFraction

Namespace
Hi.Common
Assembly
HiDisp.dll

Interface for progress reporting functionality.

public interface IProgressFraction
Extension Methods

Methods

GetDenominator()

Gets the denominator value for progress calculation.

int GetDenominator()

Returns

int

The denominator value.

GetDetail()

Gets the detailed information about the progress.

string GetDetail()

Returns

string

The detail string.

GetMsg()

Get message.

string GetMsg()

Returns

string

The message string.

GetNumerator()

Gets the numerator value for progress calculation.

int GetNumerator()

Returns

int

The numerator value.