Binding DumpMsg Method (Boolean, Msg, Func ArraySegment Byte  )NFX Class Library

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

Conditionally dumps message to disk where the data is lazily obtained by calling dataFun

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected internal void DumpMsg(
	bool server,
	Msg msg,
	Func<ArraySegment<byte>> dataFun
)

Parameters

server
Type: OnlineSystem Boolean
msg
Type: NFX.Glue.Protocol Msg
dataFun
Type: OnlineSystem Func OnlineArraySegment OnlineByte  
See Also