blocks on an asynchronously send until data is received or a timeout occurs
| C# | Visual Basic | Visual C++ |
public void EndSend<T>( IAsyncResult result )
Public Sub EndSend(Of T) ( _ result As IAsyncResult _ )
public: generic<typename T> void EndSend( IAsyncResult^ result )
- T
- type of data sent
- result (IAsyncResult)
- result handle
void