FMultichannelTcpReceiver::Exit

Exits the runnable object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRunnable::Exit()

FMultichannelTcpReceiver::Exit()

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h

Include

#include "MultichannelTcpReceiver.h"

Syntax

virtual void Exit()

Remarks

Exits the runnable object.

Called in the context of the aggregating thread to perform any cleanup.

See Also