Version: 5.6
public static int GetIncomingMessageQueueSize (int hostId, out byte error);

パラメーター

hostId Host ID associated with this queue.
error Error code. Cast this value to NetworkError for more information.

戻り値

int The number of messages in the queue.

説明

Returns the number of received messages waiting in the queue for processing.

Messages received by Unity Multiplayer are stored in a queue ready to be processed. This function tells you how many messages are in the queue. If the queue ever reaches its capacity (which is given by GlobalConfig.ReactorMaximumReceivedMessages), any further received messages are dropped.