SynchronizableBroadcastRemoteMethod(Int32, Object) Method
Commits method with the SynchronizableMethod attribute on evey client including sender with given parameters.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4+03e8eebec78141d9d3b2022fda2c0ac58d3116b9
public void BroadcastRemoteMethod(
int id = 0,
params Object[] parameters
)
Parameters
- id Int32 (Optional)
- Id of method. Get the id by calling GetMethodAttributeId(string).
- parameters Object
- Argument(s) of a target method
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 |