Method | Description | |
---|---|---|
InsightProvider ( IInsightStorage storage, int tick = 300000 ) : Abstraction | ||
Record ( IInsightData data ) : System.Threading.Tasks.Task |
Saves to storage for later processing.
|
Method | Description | |
---|---|---|
Send ( IList |
Will send the insight data to the insight provider
|
Method | Description | |
---|---|---|
Process ( ) : System.Threading.Tasks.Task |
public InsightProvider ( IInsightStorage storage, int tick = 300000 ) : Abstraction | ||
storage | IInsightStorage | |
tick | int | |
return | Abstraction |
public Record ( IInsightData data ) : System.Threading.Tasks.Task | ||
data | IInsightData | |
return | System.Threading.Tasks.Task |
protected abstract Send ( IList |
||
insights | IList |
|
return | Task |