public method O2GSession.logout

Brief

Starts to close the existing connection with the trade server.

Declaration
C#
void  logout ()

Details

Please note that the method only starts to close the connection. To watch the connection status, please implement the IO2GSessionStatus interface and subscribe an instance of the implementing class to the session using the subscribeSessionStatus method.

back