Lidgren Network Library documentation |
NetPeer..::..Recycle Method (IEnumerable<(Of <(<'NetIncomingMessage>)>)>) |
NetPeer Class See Also Send Feedback |
Recycles a list of NetIncomingMessage instances for reuse; taking pressure off the garbage collector
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public void Recycle( IEnumerable<NetIncomingMessage> toRecycle ) |
Visual Basic |
---|
Public Sub Recycle ( _ toRecycle As IEnumerable(Of NetIncomingMessage) _ ) |
Visual C++ |
---|
public: void Recycle( IEnumerable<NetIncomingMessage^>^ toRecycle ) |
Parameters
- toRecycle
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'NetIncomingMessage>)>)>
[Missing <param name="toRecycle"/> documentation for "M:Lidgren.Network.NetPeer.Recycle(System.Collections.Generic.IEnumerable{Lidgren.Network.NetIncomingMessage})"]