ISession.LogoutAsync Method (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.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax Task LogoutAsync(
string text
)
Parameters
- text
- Type: System.String
Free format text string that is sent to the counterparty in
the Text (tag=58) field of the initial Logout message.
Return Value
Type:
TaskTask object that can be used to wait for the result of the asynchronous logout method.
See Also