Delegate ReadWriteEventHandler
Delegate called on read/write from socket
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public delegate void ReadWriteEventHandler(ErlLocalNode sender, ErlAbstractConnection con, Direction op, int lastBytes, long totalBytes, long totalMsgs);
Parameters
Type | Name | Description |
---|---|---|
ErlLocalNode | sender | |
ErlAbstractConnection | con | |
Direction | op | |
System.Int32 | lastBytes | |
System.Int64 | totalBytes | |
System.Int64 | totalMsgs |