Click or drag to resize
Akka.NETUdpSend Constructor
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Send(
	ByteString payload,
	EndPoint target,
	UdpEvent ack
)

Parameters

payload
Type: Akka.IOByteString
TBD
target
Type: System.NetEndPoint
TBD
ack
Type: Akka.IOUdpEvent
TBD
Exceptions
ExceptionCondition
ArgumentNullExceptionTBD
See Also