public method TradeDeskEventsSink.OnRetrieveSessionsCompleted

Brief

The event is fired when a request that was sent by the TradeDeskAut.RetrieveTradeSessionsAsync method is completed. The event provides a list of trading sessions.

Declaration
Visual Basic
Sub OnRetrieveSessionsCompleted (SessionsList as Object)
IDL
[id(14)] HRESULT OnRetrieveSessionsCompleted( [in]IDispatch *pSessionsList)

Parameters
SessonsList

The reference to the SessionDescriptorEnumAut.

Details

Please, see also the class description for important information about the event processing.

back