NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.EndSend

[To be supplied.]

[Visual Basic]
Public Function EndSend( _
   ByVal asyncResult As IAsyncResult _
) As Integer
[C#]
public int EndSend(
   IAsyncResult asyncResult
);
[C++]
public: int EndSend(
   IAsyncResult* asyncResult
);
[JScript]
public function EndSend(
   asyncResult : IAsyncResult
) : int;

Parameters

asyncResult
[To be supplied.]

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace