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: NFX.Glue.Native
Assembly: NFX.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 |