Delegate MpxSocketReceiveAction<TTransport>
Delivers wire msg from another side. DO NOT use WireMsg beyound the implementation of this delegate, if needed make a copy of msg.Data as the memory will be freed after this call returns
Namespace: Azos.Glue.Native
Assembly: Azos.dll
Syntax
public delegate void MpxSocketReceiveAction<TTransport>(MpxSocket<TTransport> sender, WireMsg msg)
where TTransport : Transport, IMpxTransport;
Parameters
| Type | Name | Description |
|---|---|---|
| MpxSocket<TTransport> | sender | |
| WireMsg | msg |
Type Parameters
| Name | Description |
|---|---|
| TTransport |