Click or drag to resize
Akka.NETTcp.WriteCommand.Prepend Method (IEnumerable<Tcp.WriteCommand>)
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public Tcp. WriteCommand Prepend(
	IEnumerable<Tcp. WriteCommand> writes
)

Parameters

writes
Type: System.Collections.Generic.IEnumerable<Tcp.WriteCommand>
TBD

Return Value

Type: Tcp.WriteCommand
TBD
See Also