| TcpWriteFile 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
)
new :
filePath : string *
position : int64 *
count : int64 *
ack : TcpEvent -> WriteFile
Parameters
- filePath
- Type: SystemString
TBD - position
- Type: SystemInt64
TBD - count
- Type: SystemInt64
TBD - ack
- Type: Akka.IOTcpEvent
TBD
Exceptions See Also