protected internal virtual void OnReadWrite(
ErlAbstractConnection conn,
Direction dir,
int lastBytes,
long totalBytes,
long totalMsgs
)
protected internal virtual void OnReadWrite(
ErlAbstractConnection conn,
Direction dir,
int lastBytes,
long totalBytes,
long totalMsgs
)
Protected Friend Overridable Sub OnReadWrite (
conn As ErlAbstractConnection,
dir As Direction,
lastBytes As Integer,
totalBytes As Long,
totalMsgs As Long
)
Protected Friend Overridable Sub OnReadWrite (
conn As ErlAbstractConnection,
dir As Direction,
lastBytes As Integer,
totalBytes As Long,
totalMsgs As Long
)
protected public:
virtual void OnReadWrite(
ErlAbstractConnection^ conn,
Direction dir,
int lastBytes,
long long totalBytes,
long long totalMsgs
)
protected public:
virtual void OnReadWrite(
ErlAbstractConnection^ conn,
Direction dir,
int lastBytes,
long long totalBytes,
long long totalMsgs
)
abstract OnReadWrite :
conn : ErlAbstractConnection *
dir : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit
override OnReadWrite :
conn : ErlAbstractConnection *
dir : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit
abstract OnReadWrite :
conn : ErlAbstractConnection *
dir : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit
override OnReadWrite :
conn : ErlAbstractConnection *
dir : Direction *
lastBytes : int *
totalBytes : int64 *
totalMsgs : int64 -> unit