C# Class Platform.Network.Time.NtpNetworkTimeClient.ProgressMeter

A meter for the progress.
Inheritance: MutableMeter
Afficher le fichier Open project: platformdotnet/Platform

Méthodes publiques

Méthode Description
ProgressMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System
SetState ( int currentValue, string state ) : void
ToString ( ) : string

Method Details

ProgressMeter() public méthode

public ProgressMeter ( object owner, object minimumValue, object maximumValue, object currentValue, string units ) : System
owner object
minimumValue object
maximumValue object
currentValue object
units string
Résultat System

SetState() public méthode

public SetState ( int currentValue, string state ) : void
currentValue int
state string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string