FMultichannelTcpReceiver::Stop

Stops the runnable object. This is called if a thread is requested to terminate early.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRunnable::Stop()

FMultichannelTcpReceiver::Stop()

References

Module

Sockets

Header

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

Include

#include "MultichannelTcpReceiver.h"

Syntax

virtual void Stop()

Remarks

Stops the runnable object.

This is called if a thread is requested to terminate early.

See Also