AttributesSync.InvokeRemoteMethod(Int32, UserId, Object[]) Method
Invoke a method with the SynchronizableMethod attribute on target user
with given parameters.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4+03e8eebec78141d9d3b2022fda2c0ac58d3116b9
public void InvokeRemoteMethod(
int id,
UserId user,
params Object[] parameters
)
Parameters
- id Int32
- Id of method. Get the id by calling GetMethodAttributeId(string).
- user UserId
- target user
- parameters Object[]
- Argument(s) of a target method