Click or drag to resize

NetPeerWaitMessage Method

Read a pending message from any connection, blocking up to maxMillis if needed

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public NetIncomingMessage WaitMessage(
	int maxMillis
)

Parameters

maxMillis
Type: SystemInt32

Return Value

Type: NetIncomingMessage
See Also