Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkTransport.FinishSendMulticast

public static bool FinishSendMulticast(int hostId, out byte error);

Parameters

hostId Host id associated with this connection (retrieved when calling NetworkTransport.AddHost).
error Error (can be casted to NetworkError for more information).

Description

Finalizes sending of a message to a group of connections. Only one multicast message at a time is allowed per host.