ENet Class Library for C#

Host.Flush Method

Sends queued packets immediately. Normally they are sent when you call Service.

[Visual Basic]
Public Sub Flush()
[C#]
public void Flush();

Exceptions

Exception Type Condition
InvalidOperationException The host is not initialized.

See Also

Host Class | ENet Namespace