C# Class Scalien.CounterThreadState

Afficher le fichier Open project: scalien/scaliendb Class Usage Examples

Méthodes publiques

Свойство Type Description
count System.Int64
elapsed System.TimeSpan
shardServer ConfigState.ShardServer
thread Thread
url string

Méthodes publiques

Méthode Description
CounterThreadFunc ( ) : void
GetTableCountHTTP ( string url ) : System.Int64

Method Details

CounterThreadFunc() public méthode

public CounterThreadFunc ( ) : void
Résultat void

GetTableCountHTTP() public static méthode

public static GetTableCountHTTP ( string url ) : System.Int64
url string
Résultat System.Int64

Property Details

count public_oe property

public Int64,System count
Résultat System.Int64

elapsed public_oe property

public TimeSpan,System elapsed
Résultat System.TimeSpan

shardServer public_oe property

public ConfigState.ShardServer shardServer
Résultat ConfigState.ShardServer

thread public_oe property

public Thread thread
Résultat Thread

url public_oe property

public string url
Résultat string