DisableMessageType Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Disables receiving of the specified type of message

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void DisableMessageType(
	NetIncomingMessageType type
)
Visual Basic
Public Sub DisableMessageType ( _
	type As NetIncomingMessageType _
)
Visual C++
public:
void DisableMessageType(
	NetIncomingMessageType type
)

Parameters

type
Type: Lidgren.Network..::..NetIncomingMessageType

[Missing <param name="type"/> documentation for "M:Lidgren.Network.NetPeerConfiguration.DisableMessageType(Lidgren.Network.NetIncomingMessageType)"]

See Also