SynchronizableBroadcastRemoteMethod(String, Object) Method
Commits method with the SynchronizableMethod attribute on evey client including sender with given parameters. with given parameters.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
public void BroadcastRemoteMethod(
string methodName,
params Object[] parameters
)
Parameters
- methodName String
- Name of target method.
- parameters Object
- Argument(s) of a target method
For a more optimized call method use InvokeRemoteMethod(int, params ... )
| ArgumentException | Thrown when methodName does not mach a name of a registered method. |
| ArgumentException | Thrown when parameters count of target method does not match count of given parameters |