Method | Description | |
---|---|---|
AddEvent ( string Key ) : void | ||
AddEvent ( string Key, String>.Dictionary |
||
AddEvent ( string Key, double Sum ) : void | ||
AddEvent ( string Key, int Count ) : void | ||
AddEvent ( string Key, int Count, String>.Dictionary |
||
AddEvent ( string Key, int Count, double Sum ) : void | ||
AddEvent ( string Key, int Count, double Sum, String>.Dictionary |
||
GetEvents ( int count ) : Queue |
Method | Description | |
---|---|---|
EventService ( ) : System |
public AddEvent ( string Key, String>.Dictionary |
||
Key | string | |
Segmentation | String>.Dictionary | |
return | void |
public AddEvent ( string Key, double Sum ) : void | ||
Key | string | |
Sum | double | |
return | void |
public AddEvent ( string Key, int Count ) : void | ||
Key | string | |
Count | int | |
return | void |
public AddEvent ( string Key, int Count, String>.Dictionary |
||
Key | string | |
Count | int | |
Segmentation | String>.Dictionary | |
return | void |
public AddEvent ( string Key, int Count, double Sum ) : void | ||
Key | string | |
Count | int | |
Sum | double | |
return | void |
public AddEvent ( string Key, int Count, double Sum, String>.Dictionary |
||
Key | string | |
Count | int | |
Sum | double | |
Segmentation | String>.Dictionary | |
return | void |