MpxSocketReceiveAction TTransport  DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

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 (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate void MpxSocketReceiveAction<TTransport>(
	MpxSocket<TTransport> sender,
	WireMsg msg
)
where TTransport : Transport, IMpxTransport

Parameters

sender
Type: NFX.Glue.Native MpxSocket TTransport 
msg
Type: NFX.Glue.Native WireMsg
Type Parameters

TTransport
See Also