public delegate void ReadWriteEventHandler(
ErlLocalNode sender,
ErlAbstractConnection con,
Direction op,
int lastBytes,
long totalBytes,
long totalMsgs
)
public delegate void ReadWriteEventHandler(
ErlLocalNode sender,
ErlAbstractConnection con,
Direction op,
int lastBytes,
long totalBytes,
long totalMsgs
)
Public Delegate Sub ReadWriteEventHandler (
sender As ErlLocalNode,
con As ErlAbstractConnection,
op As Direction,
lastBytes As Integer,
totalBytes As Long,
totalMsgs As Long
)
Public Delegate Sub ReadWriteEventHandler (
sender As ErlLocalNode,
con As ErlAbstractConnection,
op As Direction,
lastBytes As Integer,
totalBytes As Long,
totalMsgs As Long
)
public delegate void ReadWriteEventHandler(
ErlLocalNode^ sender,
ErlAbstractConnection^ con,
Direction op,
int lastBytes,
long long totalBytes,
long long totalMsgs
)
public delegate void ReadWriteEventHandler(
ErlLocalNode^ sender,
ErlAbstractConnection^ con,
Direction op,
int lastBytes,
long long totalBytes,
long long totalMsgs
)
type ReadWriteEventHandler =
delegate of
sender : ErlLocalNode *
con : ErlAbstractConnection *
op : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit
type ReadWriteEventHandler =
delegate of
sender : ErlLocalNode *
con : ErlAbstractConnection *
op : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit