public method TradeDeskEventsSink.OnSessionStatusChanged

Brief

The event fired when the station of the session (of the connection to the trade server) is changed.

Declaration
Visual Basic
Sub OnSessionStatusChanged (sStatus as String)
IDL
[id(7)] HRESULT OnSessionStatusChanged( [in]BSTR sStatus)

Parameters
sStatus

The new status.

Details

The OnSessionStatusChanged method is defined in the TradeDeskEventsSink class.

The session can have one of the following statuses:

See the description of the statuses in the Session Statuses section.

back