Schedule a transmission of a packet and notify when data has actually been transmitted.

C# | Visual Basic | Managed 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 )

- 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.