[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual void OnUnhandledMsg(
ErlConnection conn,
ErlMsg msg,
string file = null,
int line = 0
)
protected internal virtual void OnUnhandledMsg(
ErlConnection conn,
ErlMsg msg,
string file = null,
int line = 0
)
Protected Friend Overridable Sub OnUnhandledMsg (
conn As ErlConnection,
msg As ErlMsg,
Optional file As String = Nothing,
Optional line As Integer = 0
)
Protected Friend Overridable Sub OnUnhandledMsg (
conn As ErlConnection,
msg As ErlMsg,
Optional file As String = Nothing,
Optional line As Integer = 0
)
protected public:
virtual void OnUnhandledMsg(
ErlConnection^ conn,
ErlMsg^ msg,
String^ file = nullptr,
int line = 0
)
protected public:
virtual void OnUnhandledMsg(
ErlConnection^ conn,
ErlMsg^ msg,
String^ file = nullptr,
int line = 0
)
abstract OnUnhandledMsg :
conn : ErlConnection *
msg : ErlMsg *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit
override OnUnhandledMsg :
conn : ErlConnection *
msg : ErlMsg *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit
abstract OnUnhandledMsg :
conn : ErlConnection *
msg : ErlMsg *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit
override OnUnhandledMsg :
conn : ErlConnection *
msg : ErlMsg *
?file : string *
?line : int
(* Defaults:
let _file = defaultArg file null
let _line = defaultArg line 0
*)
-> unit