메소드 | 설명 | |
---|---|---|
InsightProvider ( IInsightStorage storage, int tick = 300000 ) : Abstraction | ||
Record ( IInsightData data ) : System.Threading.Tasks.Task |
Saves to storage for later processing.
|
메소드 | 설명 | |
---|---|---|
Send ( IList |
Will send the insight data to the insight provider
|
메소드 | 설명 | |
---|---|---|
Process ( ) : System.Threading.Tasks.Task |
public InsightProvider ( IInsightStorage storage, int tick = 300000 ) : Abstraction | ||
storage | IInsightStorage | |
tick | int | |
리턴 | Abstraction |
public Record ( IInsightData data ) : System.Threading.Tasks.Task | ||
data | IInsightData | |
리턴 | System.Threading.Tasks.Task |