Documentation for a minimal subset of the QSM API
Send Method (data, completionCallback, context)
Namespaces > QS.Fx.Network > ISender > Send(Data, ContextCallback, Object)
Schedule a transmission of a packet and notify when data has actually been transmitted.
Syntax
C#Visual BasicManaged C++
void Send (
	Data data,
	ContextCallback completionCallback,
	Object context
)
Sub Send ( _
	data As Data, _
	completionCallback As ContextCallback, _
	context As Object _
)
void Send (
	Data data, 
	ContextCallback^ completionCallback, 
	Object^ context
)
Parameters
data (Data)
The segment of managed or unmanaged memory to be transmitted to the destination.
completionCallback (ContextCallback)
The callback to invoke when the data has been physically transmitted.
context (Object)
The context object to pass to the callback.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0