# NetworkedBehaviour.RegisterMessageHandler Method \[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"\] **Namespace:** MLAPI
**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0) ## Syntax **C#**
``` C# protected void RegisterMessageHandler( string name, Action action ) ```
#### Parameters  
name
Type: System.String
\[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"\]
action
Type: System.Action(Int32, Byte[])
\[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"\]
## See Also #### Reference NetworkedBehaviour Class
MLAPI Namespace