public void BroadcastRemoteMethod(
int id = 0,
params Object[] parameters
)
IndexOutOfRangeException | Thrown when id is grater or equal to the amount of registered methods |
ArgumentException | Thrown when parameters count of target method does not match count of given parameters |