Click or drag to resize
Akka.NETDatagramChannelSend Method
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Send(
	ByteBuffer buffer,
	EndPoint target
)

Parameters

buffer
Type: Akka.IOByteBuffer
TBD
target
Type: System.NetEndPoint
TBD

Return Value

Type: Int32
TBD
See Also