C# Class TPC.C.Tpcc

Afficher le fichier Open project: SQLServerIO/TPCCBench Class Usage Examples

Méthodes publiques

Свойство Type Description
Clientid int
Maxrange int
Minrange int
Runtime int

Méthodes publiques

Méthode Description
Client ( Object stateinfo ) : object

Private Methods

Méthode Description
Delivery ( ) : void
NewOrder ( int inseq ) : void
OrderStatus ( ) : void
Payment ( ) : void
RandomString ( int strMin, int strMax ) : String
RawWrites ( ) : void
StockLevel ( ) : void

Method Details

Client() public méthode

public Client ( Object stateinfo ) : object
stateinfo Object
Résultat object

Property Details

Clientid public_oe property

public int Clientid
Résultat int

Maxrange public_oe property

public int Maxrange
Résultat int

Minrange public_oe property

public int Minrange
Résultat int

Runtime public_oe property

public int Runtime
Résultat int