Click or drag to resize

NetPeerUnregisterReceivedCallback Method

Call this to unregister a callback, but remember to do it in the same synchronization context!

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void UnregisterReceivedCallback(
	SendOrPostCallback callback
)

Parameters

callback
Type: System.ThreadingSendOrPostCallback
See Also