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

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Tcp. WriteCommand Create(
	IEnumerable<Tcp. WriteCommand> writes
)

Parameters

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

Return Value

Type: Tcp.WriteCommand
TBD
See Also