Wealth-Lab Framework
Search Framework:
IBulkUpdateHost
Namespace: WealthLab.Data
Parent:
Parent:
The IBulkUpdateHost interface is used by Historical Data Providers to communicate with WL9 during a Provider Update. It provides methods for writing messages to the update log and notifying WL9 when the update has completed.
Members
BulkUpdateCompleted
void BulkUpdateCompleted()
Call this method to notify WL9 that the Historical Data Provider update has completed.
WriteToBulkUpdateLog
void WriteToBulkUpdateLog(string msg)
Writes the message specified in msg to the Historical Data Provider update log in the WL9 Data Manager.