public void InvokeRemoteMethod(
int id,
UserId user,
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 |