Click or drag to resize
Akka.NETTcpWriteFile Constructor
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public WriteFile(
	string filePath,
	long position,
	long count,
	TcpEvent ack
)

Parameters

filePath
Type: SystemString
TBD
position
Type: SystemInt64
TBD
count
Type: SystemInt64
TBD
ack
Type: Akka.IOTcpEvent
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also