public int NewRequestId ();
public static int NewRequestId (int clientId);

Parameters

clientIdThe ChannelClient ID to generate the request from.

Returns

int The request ID.

Description

Creates a unique request ID for this ChannelClient in this instance of Unity. For more information about requests, see ChannelClient.Request.