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

[To be supplied.]

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

Parameters

asyncResult
[To be supplied.]

See Also

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