forwardLogout Method (Message)   Table of ContentLogoutAsync Method (String)forward
Session.LogoutAsync Method
Overload List
  NameDescription
Public methodLogoutAsync(String)
Terminates the FIX Connection.

The initial Logout (MsgType=5) message is sent to the counterparty and the method returns immediately without waiting the acknowledgment Logout message.

Public methodLogoutAsync(Message)
Terminates the FIX Connection.

The initial Logout message is sent to the counterparty and the method returns immediately without waiting the acknowledgment Logout message.

Top
See Also