CommandAttribute
Automatically add this method to the list of synced bindings in CoherenceSync. This makes the method available as a target for SendCommand.
Methods without this attribute can still be marked as viable targets for SendCommand by selecting them manually in the bindings configuration window.
Constructors
| CommandAttribute |
Fields
| defaultRouting | Sets the default routing on the binding (it can still be changed in the bindings configuration window.) |
Properties
| OldName | Used for migration purposes. Method bindings whose name match OldName will be updated to the new target member. |
| OldParams | Used for migration purposes. Method bindings whose parameters match OldParams will be updated to the new target member. |