IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A class that contains all the data for each thread, that sends packages to the WS. More...
Public Member Functions | |
ThreadData (List< Package > packages, int numSendPackages, int timeLag) | |
Properties | |
List< Package > | Packages [get, set] |
List, containing all the packages in this thread. More... | |
int | NumSendPackages [get, set] |
How many times the list is sent. More... | |
int | TimeLag [get, set] |
Time lag between each package, that we send. More... | |
Private Attributes | |
List< Package > | packages |
int | numSendPackages |
int | timeLag |
A class that contains all the data for each thread, that sends packages to the WS.
|
inline |
|
private |
Referenced by TestWS_Lib.ThreadData.ThreadData().
|
private |
Referenced by TestWS_Lib.ThreadData.ThreadData().
|
private |
Referenced by TestWS_Lib.ThreadData.ThreadData().
|
getset |
List, containing all the packages in this thread.
Referenced by TestWS_GUI.Form1.buttonLoadScenario_Click(), TestWS_GUI.Form1.buttonSaveScenario_Click(), and TestWS_Lib.TestWS_Lib.startTesting().
|
getset |
How many times the list is sent.
Referenced by TestWS_GUI.Form1.buttonLoadScenario_Click(), TestWS_GUI.Form1.buttonSaveScenario_Click(), and TestWS_Lib.TestWS_Lib.startTesting().
|
getset |
Time lag between each package, that we send.
Referenced by TestWS_GUI.Form1.buttonLoadScenario_Click(), TestWS_GUI.Form1.buttonSaveScenario_Click(), and TestWS_Lib.TestWS_Lib.startTesting().