[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)
public delegate void ConnAttemptEventHandler(
ErlLocalNode sender,
ErlAtom node,
Direction dir,
Object info
)
public delegate void ConnAttemptEventHandler(
ErlLocalNode sender,
ErlAtom node,
Direction dir,
Object info
)
Public Delegate Sub ConnAttemptEventHandler (
sender As ErlLocalNode,
node As ErlAtom,
dir As Direction,
info As Object
)
Public Delegate Sub ConnAttemptEventHandler (
sender As ErlLocalNode,
node As ErlAtom,
dir As Direction,
info As Object
)
public delegate void ConnAttemptEventHandler(
ErlLocalNode^ sender,
ErlAtom node,
Direction dir,
Object^ info
)
public delegate void ConnAttemptEventHandler(
ErlLocalNode^ sender,
ErlAtom node,
Direction dir,
Object^ info
)
type ConnAttemptEventHandler =
delegate of
sender : ErlLocalNode *
node : ErlAtom *
dir : Direction *
info : Object -> unit
type ConnAttemptEventHandler =
delegate of
sender : ErlLocalNode *
node : ErlAtom *
dir : Direction *
info : Object -> unit