Click or drag to resize
Akka.NETTcpWriteCommandPrepend Method (IEnumerableTcpWriteCommand)
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TcpWriteCommand Prepend(
	IEnumerable<TcpWriteCommand> writes
)

Parameters

writes
Type: System.Collections.GenericIEnumerableTcpWriteCommand
TBD

Return Value

Type: TcpWriteCommand
TBD
See Also